Gorgon
Show / Hide Table of Contents

Enum GamingDeviceAxis

Contains values for common, well known, gaming device axes.

Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public enum GamingDeviceAxis

Fields

Name Description
LeftStickX

Left analog game pad stick horizontal axis. This maps to the XAxis.

LeftStickY

Left analog game pad stick vertical axis. This maps to the YAxis.

LeftTrigger

The left trigger axis for xbox controllers. This maps to the ZAxis2.

RightStickX

Right analog game pad stick horizontal axis. This maps to the XAxis2.

RightStickY

Right analog game pad stick vertical axis. This maps to the YAxis2.

RightTrigger

The right trigger axis for xbox controllers. This maps to the ZAxis.

Rudder

The rudder axis. This maps to the ZAxis2 value.

Throttle

The throttle axis.

XAxis

The primary horizontal axis.

XAxis2

The secondary horizontal axis.

YAxis

The primary vertical axis.

YAxis2

The secondary vertical axis.

ZAxis

The primary z axis.

ZAxis2

The secondary z axis.

  • 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