Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c242 SDL_Scancode scan_code; in SDL_EVDEV_Poll() local
295 scan_code = SDL_EVDEV_translate_keycode(events[i].code); in SDL_EVDEV_Poll()
296 if (scan_code != SDL_SCANCODE_UNKNOWN) { in SDL_EVDEV_Poll()
298 SDL_SendKeyboardKey(SDL_RELEASED, scan_code); in SDL_EVDEV_Poll()
300 SDL_SendKeyboardKey(SDL_PRESSED, scan_code); in SDL_EVDEV_Poll()

Completed in 4 milliseconds