Enum GamepadBatteryType
Represents a type of battery in a gamepad.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum GamepadBatteryType
Fields
Name | Description |
---|---|
Alkaline | The gamepad has an alkaline battery. |
NiMH | The gamepad has a nickel metal hydride battery. |
Unknown | The type of battery is unknown. |
Wired | The gamepad is wired. |