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

Function X11_nhgetch

win/X11/winX.c:1022–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022int
1023X11_nhgetch(void)
1024{
1025 return input_event(EXIT_ON_KEY_PRESS);
1026}
1027
1028int
1029X11_nh_poskey(coordxy *x, coordxy *y, int *mod)

Callers

nothing calls this directly

Calls 1

input_eventFunction · 0.85

Tested by

no test coverage detected