Skip to main content

Meadow.Foundation.Sensors.Hid.ANONavigationEncoder

ANONavigationEncoder
StatusStatus badge: working
Source codeGitHub
NuGet packageNuGet Gallery for Meadow.Foundation.Sensors.Hid.ANONavigationEncoder

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; }