A two-axis thumbstick control that can act as both a vector and a four-way dpad.
Inheritance
System.Object
StickControl
 
public class StickControl : Vector2Control
 
Properties
  
Declaration
public ButtonControl down { get; }
 
Property Value
Declaration
public ButtonControl left { get; }
 
Property Value
Declaration
public ButtonControl right { get; }
 
Property Value
Declaration
public ButtonControl up { get; }
 
Property Value
Methods
  
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
 
Parameters
Overrides
Extension Methods