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

Method SetCursor

Source/Window.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void cWindow::SetCursor() {
427
428 SDL_ShowCursor(0);
429}
430
431bool cWindow::isFullscreen() const {
432 return !mWindowMode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected