Stay organized with collections
Save and categorize content based on your preferences.
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.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-07-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-07-12 UTC."],[],[],null,["# Paddleboat_Controller_Thumbstick_Precision Struct Reference\n\nPaddleboat_Controller_Thumbstick_Precision\n==========================================\n\n`#include \u003cpaddleboat.h\u003e`\n\nA structure that contains axis precision data for a thumbstick in the X and Y axis.\n\nSummary\n-------\n\nValue 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\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------|\n| [stickFlatX](#struct_paddleboat___controller___thumbstick___precision_1a51b31cbb039962351bf3ba9d3ec6634e) | `float` X axis flat value for the thumbstick. |\n| [stickFlatY](#struct_paddleboat___controller___thumbstick___precision_1ad7ee58bc145cabe7ea5a65c02c5c4ebd) | `float` Y axis flat value for the thumbstick. |\n| [stickFuzzX](#struct_paddleboat___controller___thumbstick___precision_1a72cfd1b7a408ffcf5d4f5638b2994094) | `float` X axis fuzz value for the thumbstick. |\n| [stickFuzzY](#struct_paddleboat___controller___thumbstick___precision_1a9d905b95ffb720db0815055a01602068) | `float` Y axis fuzz value for the thumbstick. |\n\nPublic attributes\n-----------------\n\n### stickFlatX\n\n```scdoc\nfloat Paddleboat_Controller_Thumbstick_Precision::stickFlatX\n``` \nX axis flat value for the thumbstick. \n\n### stickFlatY\n\n```scdoc\nfloat Paddleboat_Controller_Thumbstick_Precision::stickFlatY\n``` \nY axis flat value for the thumbstick. \n\n### stickFuzzX\n\n```scdoc\nfloat Paddleboat_Controller_Thumbstick_Precision::stickFuzzX\n``` \nX axis fuzz value for the thumbstick. \n\n### stickFuzzY\n\n```scdoc\nfloat Paddleboat_Controller_Thumbstick_Precision::stickFuzzY\n``` \nY axis fuzz value for the thumbstick."]]