TCSMovePoint
Point of the mouse cursor movement
Syntax
TCSMovePoint = record X: integer; Y: integer; Duration: integer; end;
Field
- X
- type: integer
- functions: X coordinate value
- Y
- type: integer
- functions: Y coordinate value
- Duration
- type: integer
- functions: delay of time in the current point (in milliseconds)