MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / destroyGL

Method destroyGL

engine/src/program.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void
125GLWindow::destroyGL ()
126{
127 if (isFullscreen)
128 {
129 SDL_SetWindowFullscreen (window, 0);
130 SDL_ShowCursor (SDL_ENABLE);
131 }
132}
133
134bool
135GLWindow::initGL (int bits)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected