mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 13:06:05 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
088ad66f70
commit
cb1d79db39
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ typedef enum SDL_PowerState
|
|||
* It's possible a platform can only report battery percentage or time left
|
||||
* but not both.
|
||||
*
|
||||
* 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.
|
||||
* 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.
|
||||
*
|
||||
* \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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue