Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ hide
Method
hide
src/Core/System/Cursor.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void Cursor::hide()
99
{
100
m_visible = false;
101
m_window.setMouseCursorVisible(false);
102
}
103
104
void Cursor::setVisible(const bool visible)
105
{
Callers
nothing calls this directly
Calls
1
setMouseCursorVisible
Method · 0.80
Tested by
no test coverage detected