Home
last modified time | relevance | path

Searched defs:scancode (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c580 SDL_Scancode scancode; in SDL_ResetKeyboard() local
602 SDL_Scancode scancode; in SDL_SetKeymap() local
621 SDL_SetScancodeName(SDL_Scancode scancode, const char *name) in SDL_SetScancodeName()
684 SDL_SendKeyboardKeyInternal(Uint8 source, Uint8 state, SDL_Scancode scancode) in SDL_SendKeyboardKeyInternal()
807 SDL_SendKeyboardKey(Uint8 state, SDL_Scancode scancode) in SDL_SendKeyboardKey()
813 SDL_SendKeyboardKeyAutoRelease(SDL_Scancode scancode) in SDL_SendKeyboardKeyAutoRelease()
822 SDL_Scancode scancode; in SDL_ReleaseAutoReleaseKeys() local
838 SDL_Scancode scancode; in SDL_HardwareKeyboardKeyPressed() local
937 SDL_GetKeyFromScancode(SDL_Scancode scancode) in SDL_GetKeyFromScancode()
953 SDL_Scancode scancode; in SDL_GetScancodeFromKey() local
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_keyboard.c229 SDL_Scancode scancode; in keyboard_getScancodeNameNegative() local
520 SDL_Scancode scancode; in keyboard_getScancodeFromKey() local
544 SDL_Scancode scancode; in keyboard_getScancodeFromName() local
618 SDL_Scancode scancode; in keyboard_getScancodeFromNameNegative() local
A Dtestkeys.c25 SDL_Scancode scancode; in main() local
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11keyboard.c43 SDL_Scancode scancode; member
255 SDL_Scancode scancode; in X11_InitKeyboard() member
388 SDL_Scancode scancode; in X11_InitKeyboard() local
418 SDL_Scancode scancode; in X11_UpdateKeymap() local
A DSDL_x11events.c379 SDL_Scancode scancode = viddata->key_layout[keycode]; in X11_ReconcileKeyboardState() local
687 SDL_Scancode scancode = videodata->key_layout[orig_keycode]; in X11_DispatchEvent() local
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dkeyboard.c102 SDL_Scancode scancode; in handleKeyboardEvent() local
/AliOS-Things-master/components/SDL2/include/
A DSDL_keyboard.h49 SDL_Scancode scancode; /**< SDL physical key code - see ::SDL_Scancode for details */ member
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c311 SDL_Scancode scancode = SDL_SCANCODE_UNKNOWN; in SDL_NACL_translate_keycode() local
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp259 SDL_Scancode scancode = SDL_SCANCODE_UNKNOWN; in WINRT_TranslateKeycode() local
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidkeyboard.c328 SDL_Scancode scancode = SDL_SCANCODE_UNKNOWN; in TranslateKeycode() local
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c45 #define SDL_SendKeyboardKey_ex(id, state, scancode) SDL_SendKeyboardKey(id, state, scancode) argument
50 #define SDL_SendKeyboardKey_ex(id, state, scancode) SDL_SendKeyboardKey(state, scancode) argument
/AliOS-Things-master/components/SDL2/src/main/haiku/
A DSDL_BApp.h289 int32 scancode, state; /* scancode, pressed/released */ in _HandleKey() local
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c480 Uint32 scancode; in Emscripten_HandleKey() local
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c447 SDL_Scancode scancode = SDL_SCANCODE_UNKNOWN; in SDL_EVDEV_translate_keycode() local
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c115 SDL_Scancode scancode; in WIN_UpdateKeymap() local
170 int keycode, scancode, result, i; in WIN_ResetDeadKeys() local
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c662 uint32_t scancode; in keyboard_handle_key() local

Completed in 52 milliseconds