Expand description
Functions for mouse operations
Functionsยง
- get_
position - Gets the position of the mouse cursor.
(x, y)
- move_
absolute - Moves the mouse cursor to the specified coordinates.
- move_
absolute_ recursive - Moves the mouse cursor to the specified coordinates. Events generated by this method can be hooked.
- move_
relative - Moves the mouse cursor a specified distance.
- move_
relative_ recursive - Moves the mouse cursor a specified distance. Events generated by this method can be hooked.
- rotate
- Rotates the mouse wheel.
- rotate_
recursive - Rotates the mouse wheel. Events generated by this method can be hooked.