Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ MapNativeKeycode
Function
MapNativeKeycode
src/Window_X11.c:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
};
249
250
static int MapNativeKeycode(unsigned int keycode) {
251
return keycode < Array_Elems(keycodeMap) ? keycodeMap[keycode] : 0;
252
}
253
254
static void RegisterAtoms(void) {
255
Display* display = win_display;
Callers
1
TryGetKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected