MCPcopy Index your code
hub / github.com/DomiStyle/docker-idrac6 / XKeysymToKeycode

Function XKeysymToKeycode

keycode-hack.c:215–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214#ifdef DEBUG
215KeyCode
216XKeysymToKeycode(Display *display, KeySym keysym)
217{
218 KeyCode keycode;
219
220 if (!hack_initialised)
221 hack_init();
222
223 keycode = real_XKeysymToKeycode(display, keysym);
224
225 fprintf(fd, "XKeysymToKeycode: %d\n", keycode);
226 fflush(fd);
227
228 return keycode;
229}
230#endif

Callers

nothing calls this directly

Calls 1

hack_initFunction · 0.85

Tested by

no test coverage detected