mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -1684,17 +1684,18 @@ extern DECLSPEC int SDLCALL SDL_SetWindowInputFocus(SDL_Window *window);
|
|||||||
* window, such as moving it between workspaces or displays, or toggling the
|
* window, such as moving it between workspaces or displays, or toggling the
|
||||||
* always-on-top property.
|
* always-on-top property.
|
||||||
*
|
*
|
||||||
* On platforms or desktops where this is unsupported, this function
|
* On platforms or desktops where this is unsupported, this function does
|
||||||
* does nothing.
|
* nothing.
|
||||||
*
|
*
|
||||||
* \param window the window for which the menu will be displayed
|
* \param window the window for which the menu will be displayed
|
||||||
* \param x the x coordinate of the menu, relative to the origin (top-left) of the client area
|
* \param x the x coordinate of the menu, relative to the origin (top-left) of
|
||||||
* \param y the y coordinate of the menu, relative to the origin (top-left) of the client area
|
* the client area
|
||||||
|
* \param y the y coordinate of the menu, relative to the origin (top-left) of
|
||||||
|
* the client area
|
||||||
* \returns 0 on success or a negative error code on failure; call
|
* \returns 0 on success or a negative error code on failure; call
|
||||||
* SDL_GetError() for more information.
|
* SDL_GetError() for more information.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_ShowWindowSystemMenu(SDL_Window *window, int x, int y);
|
extern DECLSPEC int SDLCALL SDL_ShowWindowSystemMenu(SDL_Window *window, int x, int y);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user