Paddleboat_Controller_Thumbstick

#include <paddleboat.h>

A structure that contains X and Y axis data for an analog thumbstick.

Summary

Axis ranges from -1.0 to 1.0.

Public attributes

stickX
float
X axis data for the thumbstick.
stickY
float
X axis data for the thumbstick.

Public attributes

stickX

float Paddleboat_Controller_Thumbstick::stickX

X axis data for the thumbstick.

stickY

float Paddleboat_Controller_Thumbstick::stickY

X axis data for the thumbstick.