Sync SDL3 wiki -> headers.
This commit is contained in:
@@ -51,7 +51,7 @@ extern "C" {
|
||||
*
|
||||
* These are results returned by SDL_GetPowerInfo().
|
||||
*
|
||||
* \since This enum is available since SDL 3.1.3
|
||||
* \since This enum is available since SDL 3.2.0
|
||||
*/
|
||||
typedef enum SDL_PowerState
|
||||
{
|
||||
@@ -89,7 +89,7 @@ typedef enum SDL_PowerState
|
||||
* \returns the current battery state or `SDL_POWERSTATE_ERROR` on failure;
|
||||
* call SDL_GetError() for more information.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.3.
|
||||
* \since This function is available since SDL 3.2.0.
|
||||
*/
|
||||
extern SDL_DECLSPEC SDL_PowerState SDLCALL SDL_GetPowerInfo(int *seconds, int *percent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user