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

Function mac_start_menu

outdated/sys/mac/macwin.c:1931–1936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1929}
1930
1931void
1932mac_start_menu(winid win, unsigned long mbehavior)
1933{
1934 HideWindow(theWindows[win].its_window);
1935 mac_clear_nhwindow(win);
1936}
1937
1938void
1939mac_add_menu(winid win, int glyph, const anything *any, CHAR_P menuChar,

Callers

nothing calls this directly

Calls 1

mac_clear_nhwindowFunction · 0.85

Tested by

no test coverage detected