Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2562
static short
2563
macUpdateMessage(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
MsgUpdate
Function · 0.85
GetNhWin
Function · 0.85
Tested by
no test coverage detected