Module mouse

Source
Expand description

Mouse inputs

Structsยง

MouseMove
Relative changes in position of mouse movement on both axes.
MouseMoveAxis
Relative changes in position of mouse movement on a single axis (X or Y).
MouseMoveDirection
Provides button-like behavior for mouse movement in cardinal directions.
MouseScroll
Amount of mouse wheel scrolling on both axes.
MouseScrollAxis
Amount of mouse wheel scrolling on a single axis (X or Y).
MouseScrollDirection
Provides button-like behavior for mouse wheel scrolling in cardinal directions.