Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ kbhit
Function
kbhit
sys/amiga/amiwind.c:520–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
518
519
#if defined(TTY_GRAPHICS) && !defined(AMII_GRAPHICS)
520
int
521
kbhit(void)
522
{
523
return 0;
524
}
525
#else
526
int
527
kbhit(void)
Callers
1
allmain.c
File · 0.50
Calls
1
amikbhit
Function · 0.85
Tested by
no test coverage detected