JoyCon.NET
Public Member Functions | Properties
StickPositionCalibrated Struct Reference

Simple struct to store calculated and calibrated stick position as X and Y values from -1 to 1. More...

Public Member Functions

override string ToString ()
 

Properties

double X [get, set]
 X value of the stick position, from -1 to 1. More...
 
double Y [get, set]
 Y value of the stick position, from -1 to 1. More...
 

Detailed Description

Simple struct to store calculated and calibrated stick position as X and Y values from -1 to 1.

Property Documentation

◆ X

double StickPositionCalibrated.X
getset

X value of the stick position, from -1 to 1.

◆ Y

double StickPositionCalibrated.Y
getset

Y value of the stick position, from -1 to 1.