Home
last modified time | relevance | path

Searched refs:JOYBUTTON_2 (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-none/
H A Dnogui.c91 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/retrodep/
H A Dgui.c196 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-beos/
H A Dgui.cpp201 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputevents.def43 DEFEVENT(JOY1_2ND_BUTTON,_T("Joy1 2nd Button/Mouse1 Right Button"),AM_K,4,1,JOYBUTTON_2)
87 DEFEVENT(JOY2_2ND_BUTTON,_T("Joy2 2nd Button/Mouse2 Right Button"),AM_K,4,2,JOYBUTTON_2)
123 DEFEVENT(PAR_JOY1_2ND_BUTTON,_T("Parallel Joy1 Spare/2nd Button"),AM_K,4,3,JOYBUTTON_2)
138 DEFEVENT(PAR_JOY2_2ND_BUTTON,_T("Parallel Joy2 Spare/2nd Button"),AM_K,4,4,JOYBUTTON_2)
H A Dinputdevice.c2113 int isbutton = getbuttonstate (joy, i == 0 ? JOYBUTTON_3 : JOYBUTTON_2); in cap_check()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-muirexx/
H A Dami-gui.c405 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dinputdevice.h20 #define JOYBUTTON_2 1 /* 2nd/right mousebutton */ macro
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dinputevents.def36 DEFEVENT(JOY1_2ND_BUTTON,"Joy1 2nd Button/Mouse1 Right Button",AM_K,4,1,JOYBUTTON_2)
78 DEFEVENT(JOY2_2ND_BUTTON,"Joy2 2nd Button/Mouse2 Right Button",AM_K,4,2,JOYBUTTON_2)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputevents.def43 DEFEVENT2(JOY1_2ND_BUTTON,_T("Joy1 2nd Button/Mouse1 Right Button"),_T("B2"),AM_K,4,1,JOYBUTTON_2,1…
87 DEFEVENT2(JOY2_2ND_BUTTON,_T("Joy2 2nd Button/Mouse2 Right Button"),_T("B2"),AM_K,4,2,JOYBUTTON_2,1…
123 DEFEVENT2(PAR_JOY1_2ND_BUTTON,_T("Parallel Joy1 Spare/2nd Button"),_T("B2"),AM_K,4,3,JOYBUTTON_2,16)
138 DEFEVENT2(PAR_JOY2_2ND_BUTTON,_T("Parallel Joy2 Spare/2nd Button"),_T("B2"),AM_K,4,4,JOYBUTTON_2,16)
H A Dinputdevice.cpp3016 int isbutton = getbuttonstate (joy, i == 0 ? JOYBUTTON_3 : JOYBUTTON_2); in cap_check()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h28 #define JOYBUTTON_2 1 /* 2nd/right mousebutton */ macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-sdl/
H A Dmenu.c468 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE) in gui_gameport_button_change()
/dports/emulators/uae/uae-0.8.29/src/
H A Dinputdevice.c61 #define JOYBUTTON_2 1 /* 2nd/right mousebutton */ macro
863 if (getbuttonstate (i, JOYBUTTON_2)) in handle_joystick_potgor()
897 if (getbuttonstate (joy, JOYBUTTON_2)) in inputdevice_hsync()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dgtkui.c2709 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m2002 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE)