Meadow.Foundation.Sensors.Hid.ANONavigationEncoder
ANONavigationEncoder | |
---|---|
Status | |
Source code | GitHub |
NuGet package |
Class ANONavigationEncoder
Represents a ANO Directional Navigation and Scroll Wheel Rotary Encoder
Assembly: ANONavigationEncoder.dll
View Source
Declaration
public class ANONavigationEncoder
Properties
DirectionalPad
The directional pad
View Source
Declaration
public IDigitalJoystick DirectionalPad { get; protected set; }
ButtonCenter
The center button
View Source
Declaration
public PushButton ButtonCenter { get; protected set; }
RotaryEncoder
The rotary wheel
View Source
Declaration
public RotaryEncoder RotaryEncoder { get; protected set; }