Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ WindowGetchar
Function
WindowGetchar
sys/amiga/amiwind.c:570–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
568
*/
569
570
int
571
WindowGetchar(void)
572
{
573
while ((lastevent.type = WEUNK), amikbhit() <= 0) {
574
WaitPort(HackPort);
575
}
576
return BufferGetchar();
577
}
578
579
WETYPE
580
WindowGetevent(void)
Callers
7
outmore
Function · 0.85
amii_nhgetch
Function · 0.85
amii_getret
Function · 0.85
getlind
Function · 0.85
amii_get_ext_cmd
Function · 0.85
amii_yn_function
Function · 0.85
amii_player_selection
Function · 0.85
Calls
2
amikbhit
Function · 0.85
BufferGetchar
Function · 0.85
Tested by
no test coverage detected