MCPcopy Create free account
hub / github.com/NetHack/NetHack / macKeyText

Function macKeyText

outdated/sys/mac/macwin.c:2928–2933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2926#else
2927
2928static void
2929macKeyText(EventRecord *theEvent, WindowPtr theWindow)
2930{
2931 TextKey(GetNhWin(theWindow), theEvent->message & 0xff);
2932 return;
2933}
2934
2935static void
2936macClickText(EventRecord *theEvent, WindowPtr theWindow)

Callers

nothing calls this directly

Calls 2

TextKeyFunction · 0.85
GetNhWinFunction · 0.85

Tested by

no test coverage detected