Home
last modified time | relevance | path

Searched refs:gui_mouse_b (Results 1 – 9 of 9) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dgui.c134 int (*gui_mouse_b)(void) = default_mouse_b; variable
170 if (!gui_mouse_b()) { in dclick_check()
177 if (gui_mouse_b()) { in dclick_check()
913 player->mouse_b = gui_mouse_b(); in init_dialog()
927 LOCK_VARIABLE(gui_mouse_b); in init_dialog()
1061 if (gui_mouse_b()) { in update_dialog()
1082 new_mouse_b = gui_mouse_b(); in update_dialog()
1765 } while (gui_mouse_b()); in do_menu()
1816 player->mouse_button_was_pressed = gui_mouse_b(); in init_single_menu()
1876 if (gui_mouse_b()) { /* button pressed? */ in update_menu()
[all …]
H A Dguiproc.c385 while (gui_mouse_b()) { in d_button_proc()
854 while (gui_mouse_b()) { in _handle_scrollable_scroll_click()
860 while (gui_mouse_b()) { in _handle_scrollable_scroll_click()
1212 while (gui_mouse_b()) { in d_list_proc()
1961 while (gui_mouse_b()) { in d_slider_proc()
H A Dmodesel.c638 while (gui_mouse_b()); in gfx_mode_select_filter()
H A Dfsel.c908 } while (gui_mouse_b()); in file_select_ex()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dgui.h194 AL_FUNCPTR(int, gui_mouse_b, (void));
/dports/emulators/teo/teo/src/alleg/agui/
H A Dacass.c194 while (gui_mouse_b()) in updown_button_proc()
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dfiletest.c547 } while (gui_mouse_b()); in main()
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dgui.c426 } while (gui_mouse_b()); in algl_alert3()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx13063 @@extern int (*@gui_mouse_b)();