Skip to main content

Module mouse_actions

Module mouse_actions 

Source
Expand description

action values for decode_mouse_event.

Constantsยง

DOWN
A mouse button was pressed. button selects which one.
MOVED
The mouse moved. button is ignored.
SCROLL_DOWN
The mouse wheel scrolled down (toward the user). button is ignored.
SCROLL_UP
The mouse wheel scrolled up (away from the user). button is ignored.
UP
A mouse button was released. button selects which one.