From b088e8919189ea85326cd0cd9a933c8c7f05e5af Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 19 Jan 2025 17:12:43 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_power.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/SDL3/SDL_power.h b/include/SDL3/SDL_power.h index bec9391f06..1df471b9f8 100644 --- a/include/SDL3/SDL_power.h +++ b/include/SDL3/SDL_power.h @@ -29,12 +29,12 @@ * * There is a single function in this category: SDL_GetPowerInfo(). * - * This function is useful for games on the go. This allows an app - * to know if it's running on a draining battery, which can be useful if - * the app wants to reduce processing, or perhaps framerate, to extend the - * duration of the battery's charge. Perhaps the app just wants to show - * a battery meter when fullscreen, or alert the user when the power is - * getting extremely low, so they can save their game. + * This function is useful for games on the go. This allows an app to know if + * it's running on a draining battery, which can be useful if the app wants to + * reduce processing, or perhaps framerate, to extend the duration of the + * battery's charge. Perhaps the app just wants to show a battery meter when + * fullscreen, or alert the user when the power is getting extremely low, so + * they can save their game. */ #include