Home
last modified time | relevance | path

Searched refs:SDLK_CAPSLOCK (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dsdl_keysym.h211 {"Caps_Lock", SDLK_CAPSLOCK},
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dkey_button.cpp48 case SDLK_CAPSLOCK: in get_key_name()
142 return SDLK_CAPSLOCK; in get_key_sym()
/dports/devel/sdl12/SDL-1.2.15/src/events/
H A DSDL_keyboard.c310 keynames[SDLK_CAPSLOCK] = "caps lock"; in SDL_KeyboardInit()
429 case SDLK_CAPSLOCK: in SDL_PrivateKeyboard()
477 case SDLK_CAPSLOCK: in SDL_PrivateKeyboard()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/events/
H A DSDL_keyboard.c310 keynames[SDLK_CAPSLOCK] = "caps lock"; in SDL_KeyboardInit()
429 case SDLK_CAPSLOCK: in SDL_PrivateKeyboard()
477 case SDLK_CAPSLOCK: in SDL_PrivateKeyboard()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/
H A Dpd-defs.h58 #define PDK_CAPSLOCK SDLK_CAPSLOCK
/dports/devel/efl/efl-1.25.1/src/lib/ecore_sdl/
H A DEcore_Sdl_Keys.h138 { SDLK_CAPSLOCK, "Caps_Lock", "Caps_Lock" },
/dports/games/spring/spring_98.0/rts/System/Input/
H A DKeyInput.cpp86 if (keycode == SDLK_NUMLOCKCLEAR || keycode == SDLK_CAPSLOCK || keycode == SDLK_SCROLLLOCK) in ReleaseAllKeys()
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Devent.c60 if (i==SDLK_NUMLOCK||i==SDLK_CAPSLOCK||i==SDLK_SCROLLOCK) continue; in event_is_key_pressed()
/dports/games/maxr/maxr-0.2.9/src/input/keyboard/
H A Dkeyboard.cpp68 else if (key == SDLK_CAPSLOCK) in updateModifiersFromKeyPress()
/dports/devel/sdl12/SDL-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocevents.cpp77 keymap[EStdKeyCapsLock] = SDLK_CAPSLOCK; in ResetKeyMap()
322 case SDLK_CAPSLOCK: in EPOC_HandleWsEvent()
/dports/games/edge/Edge-1.35-source/src/
H A Di_ctrl.cc135 case SDLK_CAPSLOCK: return KEYD_CAPSLOCK; in TranslateSDLKey()
202 if (sym == SDLK_CAPSLOCK || sym == SDLK_NUMLOCK) in HandleKeyEvent()
/dports/games/warmux/warmux-11.04/build/android/src/
H A DKeycodes.java225 public static final int SDLK_CAPSLOCK = 301; field in SDL_1_2_Keycodes
308 public static final int SDLK_CAPSLOCK = 57; field in SDL_1_3_Keycodes
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A Dsdlkeys.c85 { "Caps_Lock", SDLK_CAPSLOCK },
/dports/devel/sdl12/SDL-1.2.15/src/video/maccommon/
H A DSDL_macevents.c171 { alphaLock, SDLK_CAPSLOCK }, in Mac_HandleEvents()
201 (mods[i].key == SDLK_CAPSLOCK) ) { in Mac_HandleEvents()
528 MAC_keymap[MK_CAPSLOCK] = SDLK_CAPSLOCK; in Mac_InitOSKeymap()
/dports/devel/sdl12/SDL-1.2.15/src/video/ataricommon/
H A DSDL_atarievents.c160 keymap[SCANCODE_CAPSLOCK] = SDLK_CAPSLOCK; in SDL_Atari_InitInternalKeymap()
/dports/devel/sdl12/SDL-1.2.15/src/video/dc/
H A DSDL_dcevents.c41 /*35*/ '~', SDLK_COMMA, SDLK_PERIOD, SDLK_SLASH, SDLK_CAPSLOCK,
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/SDL/
H A DNKCodeFromSDL.h61 (SDLK_CAPSLOCK, NKCODE_CAPS_LOCK)
/dports/emulators/ppsspp/ppsspp-1.12.3/SDL/
H A DNKCodeFromSDL.h61 (SDLK_CAPSLOCK, NKCODE_CAPS_LOCK)
/dports/games/spring/spring_98.0/rts/System/Platform/
H A DSDL1_keysym.cpp107 {SDLK_CAPSLOCK, 301},
/dports/emulators/aranym/aranym-1.1.0/src/include/
H A DSDL_compat.h95 (sym) == SDLK_CAPSLOCK || \
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/SDL/
H A DNKCodeFromSDL.h61 (SDLK_CAPSLOCK, NKCODE_CAPS_LOCK)
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/src/
H A Dsdlcodes.e210 {"CAPSLOCK" , SDLK_CAPSLOCK},
/dports/games/xrick/xrick-021212/src/
H A Dsdlcodes.e210 {"CAPSLOCK" , SDLK_CAPSLOCK},
/dports/devel/upp/upp/uppsrc/VirtualGui/SDL2GL/
H A DKeys.cpp22 { K_CAPSLOCK, SDLK_CAPSLOCK },
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dkeymap.c199 case SDLK_CAPSLOCK: code = 0x3A; break; in Keymap_SymbolicToStScanCode()
412 case SDLK_CAPSLOCK: offset = scanPC - 0x3a; break; in Keymap_FindScanCodeOffset()
1011 { SDLK_CAPSLOCK, "CapsLock" },

12345678910>>...13