Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InputScrollDragBegin
Function · 0.85
InputViewportDragBegin
Function · 0.85
Calls
2
GetContext
Function · 0.85
SetCursorVisible
Method · 0.80
Tested by
no test coverage detected