







AxisTypes defines an enumeration of
Windows axis types that can be reported to
Windows by an AxisMapping defined on a PPJoy device. The
AxisType associated with an AxisMapping
defines how the axis will be labelled by Windows.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration AxisTypes |
| C# |
|---|
public enum AxisTypes |
| Visual C++ |
|---|
public enum class AxisTypes |
Members
| Member name | Description | |
|---|---|---|
| Unknown | ||
| X | ||
| Y | ||
| Z | ||
| XRotation | ||
| YRotation | ||
| ZRotation | ||
| Slider | ||
| Pov | ||
| Dial | ||
| Wheel | ||
| VX | ||
| VY | ||
| VZ | ||
| VBRX | ||
| VBRY | ||
| VBRZ | ||
| Rudder | ||
| Throttle |
