MCPcopy 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
250static int MapNativeKeycode(unsigned int keycode) {
251 return keycode < Array_Elems(keycodeMap) ? keycodeMap[keycode] : 0;
252}
253
254static void RegisterAtoms(void) {
255 Display* display = win_display;

Callers 1

TryGetKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected