From ceb43129ac9109a08d7452c19ee951df851c824e Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 7 Oct 2015 21:18:08 +0200 Subject: [PATCH] Added SDL_JoystickCurrentPowerLevel() to WhatsNew.txt for 2.0.4. --- WhatsNew.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WhatsNew.txt b/WhatsNew.txt index 07b563e9584ed..79a6ae99ee710 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -33,6 +33,7 @@ General: * Renamed SDL_assert_data to SDL_AssertData and SDL_assert_state to SDL_AssertState * Added a hint SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN to prevent window interaction while cursor is hidden * Added SDL_GetDisplayDPI() to get the DPI information for a display +* Added SDL_JoystickCurrentPowerLevel() to get the battery level of a joystick Windows: * Added support for Windows Phone 8.1