Gorgon
Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author