Joystick.Axis Enumeration

SFML.Net

JoystickAxis Enumeration
Axes supported by SFML joysticks

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public enum Axis
Public Enumeration Axis
public enum class Axis
type Axis
Members
  Member nameValueDescription
X0The X axis
Y1The Y axis
Z2The Z axis
R3The R axis
U4The U axis
V5The V axis
PovX6The X axis of the point-of-view hat
PovY7TheY axis of the point-of-view hat
See Also