2.2.2.4.2.2 CursorMove
The CursorMove order contains a cursor movement.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
type |
operation |
||||||||||||||||||||||||||||||
|
xPos |
yPos |
||||||||||||||||||||||||||||||
type (2 bytes): MUST be set to 0x0003.
operation (2 bytes): One of the following values that describes the operation.
-
Value
Meaning
default
0x0000
The receiver SHOULD only move the cursor to the specified location when the receiver is in control of the session.
CM_SYNC_CURSORPOS
0x0001
The receiver SHOULD always move the cursor to the specified location.
xPos (2 bytes): The new x-coordinate, in screen coordinates, of the cursor.
yPos (2 bytes): The new y-coordinate, in screen coordinates, of the cursor.