mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-14 02:07:49 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
1461f893c3
commit
32ab09ba21
1 changed files with 4 additions and 2 deletions
|
|
@ -1228,10 +1228,12 @@ extern SDL_DECLSPEC SDL_Window * SDLCALL SDL_CreatePopupWindow(SDL_Window *paren
|
|||
* - `SDL_PROP_WINDOW_CREATE_WIDTH_NUMBER`: the width of the window
|
||||
* - `SDL_PROP_WINDOW_CREATE_X_NUMBER`: the x position of the window, or
|
||||
* `SDL_WINDOWPOS_CENTERED`, defaults to `SDL_WINDOWPOS_UNDEFINED`. This is
|
||||
* relative to the parent for windows with the "tooltip" or "menu" property set.
|
||||
* relative to the parent for windows with the "tooltip" or "menu" property
|
||||
* set.
|
||||
* - `SDL_PROP_WINDOW_CREATE_Y_NUMBER`: the y position of the window, or
|
||||
* `SDL_WINDOWPOS_CENTERED`, defaults to `SDL_WINDOWPOS_UNDEFINED`. This is
|
||||
* relative to the parent for windows with the "tooltip" or "menu" property set.
|
||||
* relative to the parent for windows with the "tooltip" or "menu" property
|
||||
* set.
|
||||
*
|
||||
* These are additional supported properties on macOS:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue