Click or drag to resize
ThumbstickReadingChangedEventArgs Class
Provides data for the ReadingChanged event.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.InputThumbstickReadingChangedEventArgs

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 sealed class ThumbstickReadingChangedEventArgs : IStringable

The ThumbstickReadingChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodThumbstickReadingChangedEventArgs
Initializes a new ThumbstickReadingChangedEventArgs
Top
Properties
  NameDescription
Public propertyReading
Gets the current reading of the thumbstick.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also