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

Function topl_flash_resp

outdated/sys/mac/macwin.c:1123–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123static void
1124topl_flash_resp(int resp_idx)
1125{
1126 unsigned long dont_care;
1127 Rect frame;
1128 SetPortWindowPort(theWindows[WIN_MESSAGE].its_window);
1129 topl_resp_rect(resp_idx, &frame);
1130 InsetRect(&frame, 1, 1);
1131 InvertRect(&frame);
1132 Delay(GetDblTime() / 2, &dont_care);
1133 InvertRect(&frame);
1134}
1135
1136static void
1137topl_set_def(int new_def_idx)

Callers 1

topl_resp_keyFunction · 0.85

Calls 2

topl_resp_rectFunction · 0.85
DelayFunction · 0.50

Tested by

no test coverage detected