MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / defaultDisplay

Method defaultDisplay

src/she/sdl2/she.cpp:839–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837 }
838
839 Display* defaultDisplay() override {
840 return unique_display;
841 }
842
843 Display* createDisplay(int width, int height, int scale) override {
844 //LOG("Creating display %dx%d (scale = %d)\n", width, height, scale);

Callers 9

updateDisplayTitleBarMethod · 0.80
file_system.cppFile · 0.80
show_file_selectorFunction · 0.80
onExecuteMethod · 0.80
native_display_handleFunction · 0.80
~GraphicsMethod · 0.80
ScreenGraphicsMethod · 0.80
operator()Method · 0.80
getGraphicsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected