Adding GetBatteryInfo() to PlatformBase.

This commit is contained in:
Jean-Baptiste Perrier
2021-01-02 12:53:20 +01:00
parent 0f2e579674
commit a4607385fd

View File

@@ -11,6 +11,7 @@ struct CPUInfo;
struct MemoryStats;
struct ProcessMemoryStats;
struct CreateWindowSettings;
struct BatteryInfo;
// ReSharper disable CppFunctionIsNotImplemented
@@ -548,6 +549,11 @@ public:
/// </summary>
static void SetHighDpiAwarenessEnabled(bool enable);
/// <summary>
/// Gets the battery information.
/// </summary>
API_PROPERTY() static BatteryInfo GetBatteryInfo();
/// <summary>
/// Gets the screen DPI setting.
/// </summary>