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