MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / PositionWindow

Method PositionWindow

Source/Window.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void cWindow::PositionWindow() {
329
330 SDL_SetWindowPosition( mWindow, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED );
331}
332
333void cWindow::WindowIncrease() {
334

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected