Enum BatteryStatus
Whether the computer has a battery or if it doesn't, or if the computers battery status is unknown.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum BatteryStatus
Fields
| Name | Description |
|---|---|
| HasSystemBattery | The computer has a battery, for more information see BatteryInfo. |
| NoSystemBattery | The computer does not have a battery. |
| Unknown | The battery status of the computer is indeterminable. |