mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-07 03:04:29 +00:00
Update include/SDL3/SDL_power.h
Co-authored-by: Sam Lantinga <slouken@libsdl.org>
This commit is contained in:
committed by
Sam Lantinga
parent
032d696021
commit
088ad66f70
@@ -79,8 +79,7 @@ typedef enum SDL_PowerState
|
|||||||
* It's possible a platform can only report battery percentage or time left
|
* It's possible a platform can only report battery percentage or time left
|
||||||
* but not both.
|
* but not both.
|
||||||
*
|
*
|
||||||
* On some platforms, retrieving power supply details might be expensive. It
|
* On some platforms, retrieving power supply details might be expensive. If you want to display continuous status you could call this function every minute or so.
|
||||||
* is not recommended to invoke this function every frame.
|
|
||||||
*
|
*
|
||||||
* \param seconds a pointer filled in with the seconds of battery life left,
|
* \param seconds a pointer filled in with the seconds of battery life left,
|
||||||
* or NULL to ignore. This will be filled in with -1 if we
|
* or NULL to ignore. This will be filled in with -1 if we
|
||||||
|
|||||||
Reference in New Issue
Block a user