Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ sdl_get_keycode
Function
sdl_get_keycode
tinyemu/sdl.c:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
#if defined(_WIN32)
88
89
static int sdl_get_keycode(const SDL_KeyboardEvent *ev)
90
{
91
return ev->keysym.scancode;
92
}
93
94
#else
95
Callers
1
sdl_handle_key_event
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected