Expand description
action values for decode_mouse_event.
Constantsยง
- DOWN
- A mouse button was pressed.
buttonselects which one. - MOVED
- The mouse moved.
buttonis ignored. - SCROLL_
DOWN - The mouse wheel scrolled down (toward the user).
buttonis ignored. - SCROLL_
UP - The mouse wheel scrolled up (away from the user).
buttonis ignored. - UP
- A mouse button was released.
buttonselects which one.