Enum GamingDeviceCapabilityFlags
Flags to indicate which extra capabilities are supported by the gaming device.
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
[Flags]
public enum GamingDeviceCapabilityFlags
Remarks
The values in this enumeration may be OR'd together to indicate support for multiple items, or it will return None if the device does not have any special capabilities.
Fields
Name | Description |
---|---|
None | No extra capabilities. This flag is mutually exclusive. |
SupportsPOV | Supports point of view controls. |
SupportsRudder | Supports a rudder control. |
SupportsSecondaryXAxis | Supports a secondary X axis. |
SupportsSecondaryYAxis | Supports a secondary Y axis. |
SupportsThrottle | Supports a throttle (or Z-axis) control. |
SupportsVibration | Supports vibration. |
SupportsZAxis | Supports a Z axis. This is sometimes used in place of the SupportsThrottle flag. |