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

Function macUpdateMessage

outdated/sys/mac/macwin.c:2562–2569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2560}
2561
2562static short
2563macUpdateMessage(EventRecord *theEvent, WindowPtr theWindow)
2564{
2565 if (!theEvent)
2566 return 0;
2567 MsgUpdate(GetNhWin(theWindow));
2568 return 0;
2569}
2570
2571#endif /* !TARGET_API_MAC_CARBON */
2572

Callers

nothing calls this directly

Calls 2

MsgUpdateFunction · 0.85
GetNhWinFunction · 0.85

Tested by

no test coverage detected