MCPcopy 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)
520int
521kbhit(void)
522{
523 return 0;
524}
525#else
526int
527kbhit(void)

Callers 1

allmain.cFile · 0.50

Calls 1

amikbhitFunction · 0.85

Tested by

no test coverage detected