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

Function mac_nh_poskey

outdated/sys/mac/macwin.c:1921–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1919}
1920
1921int
1922mac_nh_poskey(int *a, int *b, int *c)
1923{
1924 int ch = mac_nhgetch();
1925 *a = clicked_pos.h;
1926 *b = clicked_pos.v;
1927 *c = clicked_mod;
1928 return ch;
1929}
1930
1931void
1932mac_start_menu(winid win, unsigned long mbehavior)

Callers

nothing calls this directly

Calls 1

mac_nhgetchFunction · 0.85

Tested by

no test coverage detected