MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ui_HideCursor

Function ui_HideCursor

ui/UISystem.cpp:533–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 return true;
532}
533bool ui_HideCursor() {
534 if (UI_cursor_show) {
535 UI_cursor_show = 0;
536 return false;
537 }
538 return true; // cursor was hidden before.
539}
540// set user interface screen resolution
541void ui_SetScreenMode(int w, int h) {
542 int old_w = UI_screen_width;

Callers 9

RunGameMenuFunction · 0.85
EndGameMenuFunction · 0.85
PostLevelResultsFunction · 0.85
DoUIFunction · 0.85
DoUIMethod · 0.85
SetScreenModeFunction · 0.85
PollUIFunction · 0.85
DoUIMethod · 0.85
DoUIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected