Click or drag to resize
ThumbstickReading Class
Represents a thumbstick reading.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.InputThumbstickReading

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 ThumbstickReading : IStringable

The ThumbstickReading type exposes the following members.

Constructors
  NameDescription
Public methodThumbstickReading
Initializes a new ThumbstickReading instance.
Top
Properties
  NameDescription
Public propertyIsPressed
Gets a value that indicates if the button is pressed.
Public propertyXAxis
Gets the current value of the X axis where the range is -1.0 to 1.0.
Public propertyYAxis
Gets the current value of the X axis where the range is -1.0 to 1.0.
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