22 #include "../../SDL_internal.h"
23 #include "../../events/SDL_keyboard_c.h"
27 #include <sys/keycodes.h>
105 if (screen_get_event_property_iv(
event, SCREEN_PROPERTY_SYM, &
val) < 0) {
121 if (screen_get_event_property_iv(
event, SCREEN_PROPERTY_FLAGS, &
val) < 0) {
128 if (
val & KEY_DOWN) {
int SDL_SendKeyboardKey(Uint8 state, SDL_Scancode scancode)
SDL_Scancode
The SDL keyboard scancode representation.
@ SDL_SCANCODE_RIGHTBRACKET
@ SDL_SCANCODE_APOSTROPHE
@ SDL_SCANCODE_LEFTBRACKET
#define SDL_TABLESIZE(table)
void handleKeyboardEvent(screen_event_t event)