Click or drag to resize
ThumbstickReading Constructor
Initializes a new ThumbstickReading instance.

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 ThumbstickReading(
	double xAxis,
	double yAxis,
	bool isPressed
)

Parameters

xAxis
Type: SystemDouble
The current value of the X axis
yAxis
Type: SystemDouble
The current value of the Y axis
isPressed
Type: SystemBoolean
A value that indicates if the button is pressed
See Also