Adding GetBatteryInfo() to PlatformBase.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user