Mouse Button IDs

This is a list of all the valid mouse buttons IDs that can be used with the goopylib Window to set callbacks, check for mouse events, and more.

MOUSE_LEFT_BUTTON

0

MOUSE_RIGHT_BUTTON

1

MOUSE_MIDDLE_BUTTON

2

MOUSE_BUTTON_4

3

MOUSE_BUTTON_5

4

MOUSE_BUTTON_6

5

MOUSE_BUTTON_7

6

MOUSE_BUTTON_8

7