MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / ContextHideCursor

Function ContextHideCursor

src/openrct2/Context.cpp:1585–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583 }
1584
1585 void ContextHideCursor()
1586 {
1587 GetContext()->GetUiContext().SetCursorVisible(false);
1588 }
1589
1590 void ContextShowCursor()
1591 {

Callers 2

InputScrollDragBeginFunction · 0.85
InputViewportDragBeginFunction · 0.85

Calls 2

GetContextFunction · 0.85
SetCursorVisibleMethod · 0.80

Tested by

no test coverage detected