Module mouse

Source
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.