AnalogStick

<summary> Analog stick </summary>

struct AnalogStick {}

Members

Variables

x
byte x;

<summary> X Position of stick (0 = Center) </summary>

y
byte y;

<summary> Y Posistion of stick (0 = Center) </summary>

Meta