Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
431
bool cWindow::isFullscreen() const {
432
return !mWindowMode;
433
}
434
435
bool cWindow::isMouseInside() const {
436
return mWindow == SDL_GetMouseFocus();
Callers
1
Mouse_Cursor_Handle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected