RasterMouseEvent.initial

Access: readonly
Type: object
A data structure containing the mouse and key state at the time the drag operation started. This object has the following fields:
x      Mouse pointer's initial X coordinate.
y      Mouse pointer's initial Y coordinate.
ctrl   true if the CONTROL key was pressed,
          false otherwise.
alt    true if the ALT key was pressed,
          false otherwise.
shift  true if the SHIFT key was pressed,
          false otherwise.
button Pressed mouse button:
          1=Left, 2=Right, 3=Center.
Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López