Class CustomDevice
Syntax
public class CustomDevice : InputDevice, IInputUpdateCallbackReceiver
Properties
current
Declaration
public static CustomDevice current { get; }
Property Value
Declaration
public ButtonControl firstButton { get; }
Property Value
Declaration
public ButtonControl secondButton { get; }
Property Value
stick
Declaration
public StickControl stick { get; }
Property Value
Declaration
public ButtonControl thirdButton { get; }
Property Value
Methods
FinishSetup()
Declaration
protected override void FinishSetup()
Overrides
MakeCurrent()
Declaration
public override void MakeCurrent()
Overrides
OnRemoved()
Declaration
protected override void OnRemoved()
Overrides
OnUpdate()
Declaration
Implements
Extension Methods