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

Method isFullscreen

Source/Window.cpp:431–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431bool cWindow::isFullscreen() const {
432 return !mWindowMode;
433}
434
435bool cWindow::isMouseInside() const {
436 return mWindow == SDL_GetMouseFocus();

Callers 1

Mouse_Cursor_HandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected