Microsoft.IoT.DeviceCore.Input Namespace |
Class | Description | |
---|---|---|
RotaryEncoderRotatedEventArgs |
Provides data for the Rotated event.
| |
ThumbstickReading |
Represents a thumbstick reading.
| |
ThumbstickReadingChangedEventArgs |
Provides data for the ReadingChanged event.
|
Interface | Description | |
---|---|---|
IPushButton |
The interface for a basic push button.
| |
IRotaryEncoder |
The interface for a rotary encoder, which is a knob that can be turned indefinitely
in either direction with discreet pules along each rotation. Rotary encoders also
frequently include a pushbutton function.
| |
ISwitch |
The interface for an input switch that can be toggled on and off.
| |
IThumbstick |
The interface for a thubmstick or joystick that can be moved on two axis and clicked.
| |
IThumbstickReadingChangedEventArgs |
Defines an interface for the ThumbstickReadingChangedEventArgs class.
|
Enumeration | Description | |
---|---|---|
ButtonClickMode |
Specifies when the Click event should be raised for a button.
|