Package apple.gamecontroller.enums
Class GCDeviceBatteryState
- java.lang.Object
-
- apple.gamecontroller.enums.GCDeviceBatteryState
-
public final class GCDeviceBatteryState extends java.lang.ObjectThis is the battery status and it's represented by one of the following values: GCControllerBatteryStateUnknown means that the current state of battery is unknown or cannot be determined GCControllerBatteryStateDischarging means that controller is on battery and discharging at this moment GCControllerBatteryStateCharging means that controller is plugged in, but it's battery level is less than 100% GCControllerBatteryStateFull means that controller is plugged in and it's battery level is 100%
-
-
Field Summary
Fields Modifier and Type Field Description static longChargingstatic longDischargingstatic longFullstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Discharging
public static final long Discharging
- See Also:
- Constant Field Values
-
Charging
public static final long Charging
- See Also:
- Constant Field Values
-
Full
public static final long Full
- See Also:
- Constant Field Values
-
-