Home
last modified time | relevance | path

Searched refs:AK_CAPSLOCK (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/libretro/
H A Dvkbd_def.h67 { "CapsLock","CapsLock" ,AK_CAPSLOCK },
160 { "CapsLock","CapsLock" ,AK_CAPSLOCK },
H A Dlibretro-keymap.h144 AK_CAPSLOCK, /* SDLK_CAPSLOCK = 301 */
H A Dlibretro-mapper.c717 if (keyboard_translation[i]==AK_CAPSLOCK) in ProcessKey()
1141 if (i==AK_CAPSLOCK) in update_input()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dkeyboard.h98 #define AK_CAPSLOCK 0x62 macro
H A Dinputevents.def141 DEFEVENT(KEY_CAPS_LOCK,"Caps Lock",AM_K,0,0,AK_CAPSLOCK)
/dports/emulators/uae/uae-0.8.29/src/od-dos/misc/
H A Dhandlers.c76 …AK_LALT, AK_SPC, AK_CAPSLOCK, AK_F1, AK_F2, AK_F3, AK_F4, …
213 if (AmigaKey == AK_CAPSLOCK) { in KeyboardHandler()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dkeyboard.h98 #define AK_CAPSLOCK 0x62 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dkeyboard.h101 #define AK_CAPSLOCK 0x62 macro
/dports/emulators/uae/uae-0.8.29/src/od-macos/
H A Dmac.c709 if (!keystate[AK_CAPSLOCK]) { in handle_events()
710 keystate[AK_CAPSLOCK] = 1; in handle_events()
711 record_key (AK_CAPSLOCK << 1); in handle_events()
715 if (keystate[AK_CAPSLOCK]) { in handle_events()
716 keystate[AK_CAPSLOCK] = 0; in handle_events()
717 record_key ((AK_CAPSLOCK << 1) | 1); in handle_events()
/dports/emulators/uae/uae-0.8.29/src/
H A Dsdlkeys.c110 case SDLK_CAPSLOCK: return AK_CAPSLOCK; in kc_decode()
H A Dx11keys.c124 case XK_Caps_Lock: return AK_CAPSLOCK; in kc_decode()
H A Drpc.c118 AK_CAPSLOCK, AK_A, AK_X, AK_F, AK_Y, AK_J, AK_K, 255, //64
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-sdl/
H A Dsdlkeys.c111 case SDLK_CAPSLOCK: return AK_CAPSLOCK; in kc_decode()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-x11/
H A Dx11keys.c199 case XK_Caps_Lock: return AK_CAPSLOCK; in kc_decode()
/dports/emulators/uae/uae-0.8.29/src/od-beos/
H A Dbeos.cpp86 AK_NP8, AK_NP9, AK_NPADD, AK_CAPSLOCK, AK_A, AK_S, AK_D, AK_F,
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputevents.def182 DEFEVENT(KEY_CAPS_LOCK,_T("Caps Lock"),AM_K,0,0,AK_CAPSLOCK)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputevents.def182 DEFEVENT(KEY_CAPS_LOCK,_T("Caps Lock"),AM_K,0,0,AK_CAPSLOCK)