The SDL_WindowFlags enum is defined as a series of powers of 2, but there’s no definition for the value 0x80. Is this intentional or an oversight?
The SDL_WindowFlags enum is defined as a series of powers of 2, but there’s no definition for the value 0x80. Is this intentional or an oversight?
It’s intentional. The bits are sort of grouped by category.
See ya,
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC