MCPcopy 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
152void Manager::setDisplay(she::Display* display)
153{
154 m_display = display;
155 m_eventQueue = she::instance()->eventQueue();
156
157 onNewDisplayConfiguration();
158}
159
160void Manager::run()
161{

Callers 2

init_module_guiFunction · 0.45
saveConfigMethod · 0.45

Calls 2

instanceFunction · 0.85
eventQueueMethod · 0.80

Tested by

no test coverage detected