Ignore:
Timestamp:
09/13/18 15:19:55 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/InputManager.java

    r1097 r1131  
    155155        public final void moveCursor(int x, int y)
    156156        {
     157                //System.err.println("Input manager position to: " + x + "," + y);
    157158                setCursorPosition(getCursorPosition().clone().add(x, y));
    158159        }
Note: See TracChangeset for help on using the changeset viewer.