Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1022
int
1023
X11_nhgetch(void)
1024
{
1025
return input_event(EXIT_ON_KEY_PRESS);
1026
}
1027
1028
int
1029
X11_nh_poskey(coordxy *x, coordxy *y, int *mod)
Callers
nothing calls this directly
Calls
1
input_event
Function · 0.85
Tested by
no test coverage detected