Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ initCursor
Method
initCursor
src/Core/Engine/Engine.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void Engine::initCursor()
96
{
97
m_cursor = std::make_unique<System::Cursor>(*m_window, *m_triggers);
98
}
99
100
void Engine::initPlugins()
101
{
Callers
1
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected