Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetVisible
Method
SetVisible
Source/Graphics/Cursor.cpp:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void GameCursor::SetVisible(bool _visible) {
159
visible = _visible;
160
}
161
162
void GameCursor::SetCursor(const TextureAssetRef& t_id) {
163
external_cursor_asset = t_id;
Callers
7
SetGrabMouse
Method · 0.45
HandleEvent
Method · 0.45
UpdateControls
Method · 0.45
Update
Method · 0.45
QueueLevelToLoad
Method · 0.45
DrawImGuiCameraPreview
Function · 0.45
DebugLoop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected