MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / showScreen

Method showScreen

platform/sdl/knativesystem.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void KNativeSystem::showScreen(bool show) {
83 if (screen) {
84 screen->showWindow(show);
85 }
86}
87
88void KNativeSystem::warpMouse(S32 x, S32 y) {
89 if (!opengl || screen->isVisible()) {

Callers

nothing calls this directly

Calls 1

showWindowMethod · 0.45

Tested by

no test coverage detected