MCPcopy Create free account
hub / github.com/crossuo/crossuo / SetWindowResizable

Method SetWindowResizable

src/GameWindow.cpp:635–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635void CGameWindow::SetWindowResizable(const bool windowResizable) const
636{
637#if SDL_VERSION_ATLEAST(2, 0, 5)
638 SDL_SetWindowResizable(m_window, windowResizable ? SDL_TRUE : SDL_FALSE);
639#endif
640}
641
642void CGameWindow::RestoreWindow() const
643{

Callers 3

InitMethod · 0.80
ResetMethod · 0.80
SDL_SetWindowResizableFunction · 0.80

Calls 1

SDL_SetWindowResizableFunction · 0.85

Tested by

no test coverage detected