Closed mlarouche closed 3 months ago
Add 3 functions to the SDL Window wrapper
setSize()
setVisible()
setFullscreen()
Add 3 functions to the SDL Window wrapper
setSize()
to change the window sizesetVisible()
to change the visibilitysetFullscreen()
to change the window to either real fullscreen or fullscreen borderless (aka FULLSCREEN__DESKTOP in SDL)