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

Function macKeyMenu

outdated/sys/mac/macwin.c:2771–2776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769#else
2770
2771static void
2772macKeyMenu(EventRecord *theEvent, WindowPtr theWindow)
2773{
2774 MenwKey(GetNhWin(theWindow), theEvent->message & 0xff);
2775 return;
2776}
2777
2778static void
2779macClickMenu(EventRecord *theEvent, WindowRef theWindow)

Callers

nothing calls this directly

Calls 2

MenwKeyFunction · 0.85
GetNhWinFunction · 0.85

Tested by

no test coverage detected