MCPcopy 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
158void GameCursor::SetVisible(bool _visible) {
159 visible = _visible;
160}
161
162void GameCursor::SetCursor(const TextureAssetRef& t_id) {
163 external_cursor_asset = t_id;

Callers 7

SetGrabMouseMethod · 0.45
HandleEventMethod · 0.45
UpdateControlsMethod · 0.45
UpdateMethod · 0.45
QueueLevelToLoadMethod · 0.45
DrawImGuiCameraPreviewFunction · 0.45
DebugLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected