Move Win32 GetBatteryInfo into Windows and UWP platforms impl

This commit is contained in:
2021-02-26 15:42:46 +01:00
parent b402232a47
commit 8b4a001641
6 changed files with 34 additions and 17 deletions
@@ -64,6 +64,7 @@ public:
static bool IsDebuggerPresent();
#endif
static void SetHighDpiAwarenessEnabled(bool enable);
static BatteryInfo GetBatteryInfo();
static int32 GetDpi();
static String GetUserLocaleName();
static String GetComputerName();