We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970c0bf commit 4b2a87aCopy full SHA for 4b2a87a
include/SDL3/SDL_video.h
@@ -1106,7 +1106,8 @@ extern SDL_DECLSPEC SDL_Window ** SDLCALL SDL_GetWindows(int *count);
1106
* - `SDL_WINDOW_TRANSPARENT`: window with transparent buffer
1107
* - `SDL_WINDOW_NOT_FOCUSABLE`: window should not be focusable
1108
*
1109
- * The SDL_Window is implicitly shown if SDL_WINDOW_HIDDEN is not set.
+ * The SDL_Window will be shown if SDL_WINDOW_HIDDEN is not set. If hidden at
1110
+ * creation time, SDL_ShowWindow() can be used to show it later.
1111
1112
* On Apple's macOS, you **must** set the NSHighResolutionCapable Info.plist
1113
* property to YES, otherwise you will not receive a High-DPI OpenGL canvas.
0 commit comments