Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ IsMaximizedWindow
Method
IsMaximizedWindow
src/Wisp/WispWindow.cpp:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
bool CWindow::IsMaximizedWindow() const
573
{
574
return (SDL_GetWindowFlags(m_window) & SDL_WINDOW_MAXIMIZED) != 0;
575
}
576
577
static SDL_TimerID timer_table[FASTLOGIN_TIMER_ID] = {};
578
Callers
1
Save
Method · 0.80
Calls
1
SDL_GetWindowFlags
Function · 0.85
Tested by
no test coverage detected