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

Function macClickMessage

outdated/sys/mac/macwin.c:2552–2560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2550#else
2551
2552static void
2553macClickMessage(EventRecord *theEvent, WindowPtr theWindow)
2554{
2555 Point mouse = theEvent->where;
2556
2557 GlobalToLocal(&mouse);
2558 MsgClick(GetNhWin(theWindow), mouse);
2559 macClickText(theEvent, theWindow);
2560}
2561
2562static short
2563macUpdateMessage(EventRecord *theEvent, WindowPtr theWindow)

Callers

nothing calls this directly

Calls 3

MsgClickFunction · 0.85
GetNhWinFunction · 0.85
macClickTextFunction · 0.85

Tested by

no test coverage detected