MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_Cursor_Show

Function UI_Cursor_Show

code/ui/ui_shared.cpp:11526–11534  ·  view source on GitHub ↗

================= UI_Cursor_Show ================= */

Source from the content-addressed store, hash-verified

11524=================
11525*/
11526void UI_Cursor_Show(qboolean flag)
11527{
11528 DC->cursorShow = flag;
11529
11530 if ((DC->cursorShow != qtrue) && (DC->cursorShow != qfalse))
11531 {
11532 DC->cursorShow = qtrue;
11533 }
11534}

Callers 3

CIN_PlayCinematicFunction · 0.85
Menu_InitFunction · 0.85
UI_SetActiveMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected