JoyCon.NET
|
Stick position: X and Y values. More...
Public Member Functions | |
StickPositionCalibrated | GetCalibrated (StickCalibration calibration, uint deadZone=200) |
Returns calculated and calibrated stick position as values from -1 to 1. More... | |
Properties | |
ushort | X [get] |
Stick X value. More... | |
ushort | Y [get] |
Stick Y value. More... | |
Stick position: X and Y values.
|
inline |
Returns calculated and calibrated stick position as values from -1 to 1.
calibration | Calibration data as StickCalibration, can be acquired using JoyCon.GetFactoryCalibrationAsync and JoyCon.GetUserCalibrationAsync. |
deadZone | Deadzone value, can be acquired using JoyCon.GetStickParametersAsync, but it's near the same for all controllers. Default is 200. |
|
get |
Stick X value.
|
get |
Stick Y value.