Inheritance
System.Object
Joystick
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
public class Joystick : InputDevice
Properties
Declaration
public ReadOnlyArray<AxisControl> axes { get; }
Property Value
Type |
Description |
ReadOnlyArray<AxisControl> |
|
Declaration
public ReadOnlyArray<ButtonControl> buttons { get; }
Property Value
Type |
Description |
ReadOnlyArray<ButtonControl> |
|
Declaration
public static Joystick current { get; }
Property Value
Declaration
public DpadControl hat { get; }
Property Value
Type |
Description |
DpadControl |
|
Declaration
public StickControl stick { get; }
Property Value
Type |
Description |
StickControl |
|
Declaration
public ButtonControl trigger { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
public AxisControl twist { get; }
Property Value
Type |
Description |
AxisControl |
|
Methods
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
Type |
Name |
Description |
InputDeviceBuilder |
builder |
|
Overrides
Declaration
public override void MakeCurrent()
Overrides
Declaration
protected override void OnRemoved()
Overrides