A joystick with an arbitrary number of buttons and axes.
Inheritance
System.Object
Joystick
 
public class Joystick : InputDevice
 
Properties
  
Declaration
public static Joystick current { get; }
 
Property Value
Declaration
public DpadControl hat { get; }
 
Property Value
Declaration
public StickControl stick { get; }
 
Property Value
Declaration
public ButtonControl trigger { get; }
 
Property Value
Declaration
public AxisControl twist { get; }
 
Property Value
Methods
  
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
 
Parameters
Overrides
Declaration
public override void MakeCurrent()
 
Overrides
Declaration
protected override void OnRemoved()
 
Overrides
Extension Methods