Discussion:
[SDL] maximized->fullscreen?
Mark Sibly
2016-11-16 04:19:31 UTC
Permalink
Hi,

Has anyone encountered problems with going from a maximized window into
fullscreen mode?

I'm finding SDL_SetWindowFullscreen() only works properly if the window is
in the 'restored' state. If the window is maximized, the window appears to
go into 'fake' fullscreen mode instead of the mode selected by
SDL_SetWindowDisplayMode.

This is on Windows 10 with latest SDL repos.

Bye!
Mark

Loading...