Home
last modified time | relevance | path

Searched refs:JOYBUTTON_CD32_BLUE (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/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.h28 #define JOYBUTTON_CD32_BLUE 9 macro
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dinputevents.def44 DEFEVENT(JOY1_CD32_BLUE,"Joy1 CD32 Blue",AM_K,4,1,JOYBUTTON_CD32_BLUE)
86 DEFEVENT(JOY2_CD32_BLUE,"Joy2 CD32 Blue",AM_K,4,2,JOYBUTTON_CD32_BLUE)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h36 #define JOYBUTTON_CD32_BLUE 9 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/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputevents.def51 DEFEVENT(JOY1_CD32_BLUE,_T("Joy1 CD32 Blue"),AM_K,4,1,JOYBUTTON_CD32_BLUE)
95 DEFEVENT(JOY2_CD32_BLUE,_T("Joy2 CD32 Blue"),AM_K,4,2,JOYBUTTON_CD32_BLUE)
H A Dinputdevice.c2117 isbutton |= getbuttonstate (joy, JOYBUTTON_CD32_BLUE); in cap_check()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputevents.def51 DEFEVENT2(JOY1_CD32_BLUE,_T("Joy1 CD32 Blue"),_T("CD32 B"),AM_K,4,1,JOYBUTTON_CD32_BLUE,24)
95 DEFEVENT2(JOY2_CD32_BLUE,_T("Joy2 CD32 Blue"),_T("CD32 B"),AM_K,4,2,JOYBUTTON_CD32_BLUE,24)
H A Dinputdevice.cpp3020 isbutton |= getbuttonstate (joy, JOYBUTTON_CD32_BLUE); in cap_check()
/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/emulators/uae/uae-0.8.29/src/
H A Dinputdevice.c69 #define JOYBUTTON_CD32_BLUE 9 macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m2002 if (button == JOYBUTTON_2 || button == JOYBUTTON_CD32_BLUE)