mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 23:48:29 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -2868,8 +2868,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetWindowProgressValue(SDL_Window *window,
|
||||
* Get the value of the progress bar for the given window’s taskbar icon.
|
||||
*
|
||||
* \param window the window to get the current progress value from.
|
||||
* \returns the progress value in the range of [0.0 - 1.0], or -1 on
|
||||
* failure; call SDL_GetError() for more information.
|
||||
* \returns the progress value in the range of [0.0 - 1.0], or -1 on failure;
|
||||
* call SDL_GetError() for more information.
|
||||
*
|
||||
* \threadsafety This function should only be called on the main thread.
|
||||
*
|
||||
|
Reference in New Issue
Block a user