Paddleboat_Controller_Thumbstick_Precision
#include <paddleboat.h>
A structure that contains axis precision data for a thumbstick in the X and Y axis.
Summary
Value ranges from 0.0 to 1.0. Flat is the extent of a center flat (deadzone) area of a thumbstick axis Fuzz is the error tolerance (deviation) of a thumbstick axis
Public attributes |
|
---|---|
stickFlatX
|
float
X axis flat value for the thumbstick.
|
stickFlatY
|
float
Y axis flat value for the thumbstick.
|
stickFuzzX
|
float
X axis fuzz value for the thumbstick.
|
stickFuzzY
|
float
Y axis fuzz value for the thumbstick.
|
Public attributes
stickFlatX
float Paddleboat_Controller_Thumbstick_Precision::stickFlatX
X axis flat value for the thumbstick.
stickFlatY
float Paddleboat_Controller_Thumbstick_Precision::stickFlatY
Y axis flat value for the thumbstick.
stickFuzzX
float Paddleboat_Controller_Thumbstick_Precision::stickFuzzX
X axis fuzz value for the thumbstick.
stickFuzzY
float Paddleboat_Controller_Thumbstick_Precision::stickFuzzY
Y axis fuzz value for the thumbstick.