Class ANONavigationEncoder
Represents a ANO Directional Navigation and Scroll Wheel Rotary Encoder
Assembly: ANONavigationEncoder.dll
View Source
public class ANONavigationEncoder
Properties
DirectionalPad
The directional pad
View Source
public IDigitalJoystick DirectionalPad { get; protected set; }
ButtonCenter
The center button
View Source
public PushButton ButtonCenter { get; protected set; }
RotaryEncoder
The rotary wheel
View Source
public RotaryEncoder RotaryEncoder { get; protected set; }