MCPcopy Create free account
hub / github.com/NetHack/NetHack / msgkey

Function msgkey

win/X11/winX.c:2509–2519  ·  view source on GitHub ↗

ARGSUSED*/

Source from the content-addressed store, hash-verified

2507
2508/*ARGSUSED*/
2509void
2510msgkey(Widget w, XtPointer data, XEvent *event, Boolean *continue_to_dispatch)
2511{
2512 Cardinal num = 0;
2513
2514 nhUse(w);
2515 nhUse(data);
2516 nhUse(continue_to_dispatch);
2517
2518 map_input(window_list[WIN_MAP].w, event, (String *) 0, &num);
2519}
2520
2521/* only called for autofocus */
2522/*ARGSUSED*/

Callers

nothing calls this directly

Calls 1

map_inputFunction · 0.85

Tested by

no test coverage detected