Click or drag to resize
IThumbstick Interface
The interface for a thubmstick or joystick that can be moved on two axis and clicked.

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 IThumbstick : IDevice, 
	IClosable

The IThumbstick type exposes the following members.

Methods
  NameDescription
Public methodClose
Releases system resources that are exposed by a Windows Runtime object.
(Inherited from IClosable.)
Public methodGetCurrentReading
Gets the current thumbstick reading.
Top
Events
  NameDescription
Public eventReadingChanged
Occurs each time the thumbstick reports a new reading.
Top
See Also