Click or drag to resize
IThumbstickReadingChangedEventArgs Interface
Defines an interface for the ThumbstickReadingChangedEventArgs class.

Namespace: Microsoft.IoT.DeviceCore.Input
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IThumbstickReadingChangedEventArgs

The IThumbstickReadingChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyReading
Gets the current reading of the thumbstick.
Top
See Also