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

Function X11_nh_poskey

win/X11/winX.c:1028–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028int
1029X11_nh_poskey(coordxy *x, coordxy *y, int *mod)
1030{
1031 int val = input_event(EXIT_ON_KEY_OR_BUTTON_PRESS);
1032
1033 if (val == 0) { /* user clicked on a map window */
1034 *x = click_x;
1035 *y = click_y;
1036 *mod = click_button;
1037 }
1038 return val;
1039}
1040
1041winid
1042X11_create_nhwindow(int type)

Callers

nothing calls this directly

Calls 1

input_eventFunction · 0.85

Tested by

no test coverage detected