MCPcopy 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
570int
571WindowGetchar(void)
572{
573 while ((lastevent.type = WEUNK), amikbhit() <= 0) {
574 WaitPort(HackPort);
575 }
576 return BufferGetchar();
577}
578
579WETYPE
580WindowGetevent(void)

Callers 7

outmoreFunction · 0.85
amii_nhgetchFunction · 0.85
amii_getretFunction · 0.85
getlindFunction · 0.85
amii_get_ext_cmdFunction · 0.85
amii_yn_functionFunction · 0.85
amii_player_selectionFunction · 0.85

Calls 2

amikbhitFunction · 0.85
BufferGetcharFunction · 0.85

Tested by

no test coverage detected