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

Function CheckNhWin

outdated/sys/mac/macwin.c:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266Boolean
267CheckNhWin(WindowPtr mac_win)
268{
269 return GetNhWin(mac_win) != nil;
270}
271
272static pascal OSErr
273AppleEventHandler(const AppleEvent *inAppleEvent, AppleEvent *outAEReply,

Callers 1

GetWinKindFunction · 0.85

Calls 1

GetNhWinFunction · 0.85

Tested by

no test coverage detected