Searched refs:scan_code (Results 1 – 1 of 1) sorted by relevance
242 SDL_Scancode scan_code; in SDL_EVDEV_Poll() local295 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 3 milliseconds