Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ setDisplay
Method
setDisplay
src/ui/manager.cpp:152–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void Manager::setDisplay(she::Display* display)
153
{
154
m_display = display;
155
m_eventQueue = she::instance()->eventQueue();
156
157
onNewDisplayConfiguration();
158
}
159
160
void Manager::run()
161
{
Callers
2
init_module_gui
Function · 0.45
saveConfig
Method · 0.45
Calls
2
instance
Function · 0.85
eventQueue
Method · 0.80
Tested by
no test coverage detected