Changeset 1130 for trunk/src


Ignore:
Timestamp:
09/13/18 15:19:30 (6 years ago)
Author:
bln4
Message:

org.expeditee.gio.swing.SwingInputManager ->

Potential fix for out of order typing error. To be discussed with David. If no follow up assume Bryce's awesomeness.

File:
1 edited

Legend:

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

    r1097 r1130  
    128128        public void setCursorPosition(Point position)
    129129        {
     130                //System.err.println("Move to position; Moving to: " + position);
    130131                Point screenPosition = windowToScreenPosition(position);
     132                //System.err.println("Move to position: window adjusted; Moving to: " + screenPosition);
    131133                _robot.mouseMove(screenPosition.x, screenPosition.y);
     134                updateCursorPosition(position.x, position.y);
    132135        }
    133136
Note: See TracChangeset for help on using the changeset viewer.