MCPcopy 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
572bool CWindow::IsMaximizedWindow() const
573{
574 return (SDL_GetWindowFlags(m_window) & SDL_WINDOW_MAXIMIZED) != 0;
575}
576
577static SDL_TimerID timer_table[FASTLOGIN_TIMER_ID] = {};
578

Callers 1

SaveMethod · 0.80

Calls 1

SDL_GetWindowFlagsFunction · 0.85

Tested by

no test coverage detected