Home
last modified time | relevance | path

Searched refs:MAX_MOUSE_PRESS_BUTTONS (Results 1 – 3 of 3) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dmisc.c78 mouse_press_button AllMousePressButtons[MAX_MOUSE_PRESS_BUTTONS] = {
453 for (i = 0; i < MAX_MOUSE_PRESS_BUTTONS; i++) { in adapt_button_positions_to_screen_resolution()
548 if ((ButtonIndex >= MAX_MOUSE_PRESS_BUTTONS) || (ButtonIndex < 0)) { in MouseCursorIsOnButton()
582 if ((ButtonIndex >= MAX_MOUSE_PRESS_BUTTONS) || (ButtonIndex < 0)) { in ShowGenericButtonFromList()
H A Dglobal.h112 EXTERN mouse_press_button AllMousePressButtons[MAX_MOUSE_PRESS_BUTTONS];
H A Ddefs.h443 MAX_MOUSE_PRESS_BUTTONS enumerator