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

Function GeneralUpdate

outdated/sys/mac/macwin.c:3104–3111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3102#if 1 //!TARGET_API_MAC_CARBON
3103
3104static short
3105GeneralUpdate(EventRecord *theEvent, WindowPtr theWindow)
3106{
3107 if (!theEvent)
3108 return 0;
3109 TextUpdate(GetNhWin(theWindow));
3110 return 0;
3111}
3112
3113#endif
3114

Callers

nothing calls this directly

Calls 2

TextUpdateFunction · 0.85
GetNhWinFunction · 0.85

Tested by

no test coverage detected