Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTONS (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/allegro5/allegro5-5.2.7.0/demos/skater/src/
H A Dmouse.c9 #define MOUSE_BUTTONS 10 macro
10 static int mouse_array[MOUSE_BUTTONS];
57 for (i = 0; i < MOUSE_BUTTONS; i++) { in mouse_tick()
/dports/emulators/dosbox/dosbox-0.74-3/src/ints/
H A Dmouse.cpp52 #define MOUSE_BUTTONS 3 macro
500 #if (MOUSE_BUTTONS >= 1) in Mouse_ButtonPressed()
506 #if (MOUSE_BUTTONS >= 2) in Mouse_ButtonPressed()
512 #if (MOUSE_BUTTONS >= 3) in Mouse_ButtonPressed()
528 #if (MOUSE_BUTTONS >= 1) in Mouse_ButtonReleased()
534 #if (MOUSE_BUTTONS >= 2) in Mouse_ButtonReleased()
540 #if (MOUSE_BUTTONS >= 3) in Mouse_ButtonReleased()
687 reg_bx=MOUSE_BUTTONS; in INT33_Handler()
725 if (but>=MOUSE_BUTTONS) but = MOUSE_BUTTONS - 1; in INT33_Handler()
736 if (but>=MOUSE_BUTTONS) but = MOUSE_BUTTONS - 1; in INT33_Handler()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/ints/
H A Dmouse.cpp49 #define MOUSE_BUTTONS 3 macro
524 #if (MOUSE_BUTTONS >= 1) in Mouse_ButtonPressed()
531 #if (MOUSE_BUTTONS >= 2) in Mouse_ButtonPressed()
538 #if (MOUSE_BUTTONS >= 3) in Mouse_ButtonPressed()
555 #if (MOUSE_BUTTONS >= 1) in Mouse_ButtonReleased()
562 #if (MOUSE_BUTTONS >= 2) in Mouse_ButtonReleased()
569 #if (MOUSE_BUTTONS >= 3) in Mouse_ButtonReleased()
733 reg_bx=MOUSE_BUTTONS; in INT33_Handler()
770 if (but>=MOUSE_BUTTONS) but = MOUSE_BUTTONS - 1; in INT33_Handler()
781 if (but>=MOUSE_BUTTONS) but = MOUSE_BUTTONS - 1; in INT33_Handler()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/ints/
H A Dmouse.cpp51 #define MOUSE_BUTTONS 3 macro
518 #if (MOUSE_BUTTONS >= 1) in Mouse_ButtonPressed()
524 #if (MOUSE_BUTTONS >= 2) in Mouse_ButtonPressed()
530 #if (MOUSE_BUTTONS >= 3) in Mouse_ButtonPressed()
546 #if (MOUSE_BUTTONS >= 1) in Mouse_ButtonReleased()
552 #if (MOUSE_BUTTONS >= 2) in Mouse_ButtonReleased()
558 #if (MOUSE_BUTTONS >= 3) in Mouse_ButtonReleased()
710 reg_bx=MOUSE_BUTTONS; in INT33_Handler()
746 if (but>=MOUSE_BUTTONS) but = MOUSE_BUTTONS - 1; in INT33_Handler()
757 if (but>=MOUSE_BUTTONS) but = MOUSE_BUTTONS - 1; in INT33_Handler()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/bus/interpro/mouse/
H A Dmouse.cpp93 state_w(data & MOUSE_BUTTONS, MOUSE_BUTTONS); in INPUT_CHANGED_MEMBER()
H A Dmouse.h65 MOUSE_BUTTONS = 0x00070000 enumerator
/dports/emulators/mame/mame-mame0226/src/devices/bus/interpro/mouse/
H A Dmouse.cpp93 state_w(data & MOUSE_BUTTONS, MOUSE_BUTTONS); in INPUT_CHANGED_MEMBER()
H A Dmouse.h65 MOUSE_BUTTONS = 0x00070000 enumerator
/dports/games/q2pro/q2pro/include/
H A Dwin_local.h51 #define MOUSE_BUTTONS 5 macro
/dports/emulators/mess/mame-mame0226/src/devices/bus/hp_hil/
H A Dhlemouse.h33 MOUSE_BUTTONS = 0x00070000 enumerator
H A Dhlemouse.cpp110 uint32_t _data = data & MOUSE_BUTTONS; in INPUT_CHANGED_MEMBER()
/dports/emulators/mame/mame-mame0226/src/devices/bus/hp_hil/
H A Dhlemouse.h33 MOUSE_BUTTONS = 0x00070000 enumerator
H A Dhlemouse.cpp110 uint32_t _data = data & MOUSE_BUTTONS; in INPUT_CHANGED_MEMBER()
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmouse.c230 #define MOUSE_BUTTONS 3 macro
243 nbuttons = MOUSE_BUTTONS; in init_mouse()
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmouse.c230 #define MOUSE_BUTTONS 3 macro
243 nbuttons = MOUSE_BUTTONS; in init_mouse()
/dports/sysutils/tmux/tmux-3.2a/
H A Dinput-keys.c580 MOUSE_BUTTONS(m->sgr_b) == 3 && in input_key_get_mouse()
585 MOUSE_BUTTONS(m->b) == 3 && in input_key_get_mouse()
586 MOUSE_BUTTONS(m->lb) == 3 && in input_key_get_mouse()
H A Dpopup.c231 if (MOUSE_BUTTONS (m->b) == 1) in popup_key_cb()
242 if (MOUSE_BUTTONS(m->lb) == 0) in popup_key_cb()
244 else if (MOUSE_BUTTONS(m->lb) == 2) in popup_key_cb()
H A Dserver-client.c515 MOUSE_BUTTONS(m->sgr_b) == 3) || in server_client_check_mouse()
518 MOUSE_BUTTONS(m->b) == 3 && in server_client_check_mouse()
519 MOUSE_BUTTONS(m->lb) == 3)) { in server_client_check_mouse()
757 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
807 c->tty.mouse_drag_flag = MOUSE_BUTTONS(b) + 1; in server_client_check_mouse()
810 if (MOUSE_BUTTONS(b) == MOUSE_WHEEL_UP) { in server_client_check_mouse()
839 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
885 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
931 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
977 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Dserver-client.c319 } else if (MOUSE_BUTTONS(m->b) == 3) { in server_client_check_mouse()
433 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
465 c->tty.mouse_drag_flag = MOUSE_BUTTONS(b) + 1; in server_client_check_mouse()
468 if (MOUSE_BUTTONS(b) == MOUSE_WHEEL_UP) { in server_client_check_mouse()
485 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
513 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dserver-client.c344 } else if (MOUSE_BUTTONS(m->b) == 3) { in server_client_check_mouse()
458 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
490 c->tty.mouse_drag_flag = MOUSE_BUTTONS(b) + 1; in server_client_check_mouse()
493 if (MOUSE_BUTTONS(b) == MOUSE_WHEEL_UP) { in server_client_check_mouse()
510 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
538 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dserver-client.c319 } else if (MOUSE_BUTTONS(m->b) == 3) { in server_client_check_mouse()
433 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
465 c->tty.mouse_drag_flag = MOUSE_BUTTONS(b) + 1; in server_client_check_mouse()
468 if (MOUSE_BUTTONS(b) == MOUSE_WHEEL_UP) { in server_client_check_mouse()
485 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
513 switch (MOUSE_BUTTONS(b)) { in server_client_check_mouse()
/dports/games/q2pro/q2pro/source/
H A Dwin_mouse.c146 for( i = 0 ; i < MOUSE_BUTTONS; i++ ) { in Win_SendMouseButtonEvents()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/ui/
H A DuInput.h186 #define MOUSE_BUTTONS 7 macro
H A DuInput.cpp449 if (button<=MOUSE_BUTTONS) in Event()
650 if (button<=MOUSE_BUTTONS){ in su_HandleEvent()
/dports/x11/dsbxinput/DSBXinput-0.1.1/
H A Ddsbxinput.in135 MOUSE_BUTTONS = {
780 for k in InputDevice.MOUSE_BUTTONS.keys():
782 self.tr(InputDevice.MOUSE_BUTTONS[k])

123