ASPiK SDK
|
Incoming data from a vector joystick. More...
#include <pluginstructures.h>
Public Member Functions | |
VectorJoystickData (double _vectorA, double _vectorB, double _vectorC, double _vectorD, double _vectorACMix, double _vectorBDMix) | |
Public Attributes | |
double | vectorA = 0.0 |
A value. | |
double | vectorB = 0.0 |
Bvalue. | |
double | vectorC = 0.0 |
C value. | |
double | vectorD = 0.0 |
D value. | |
double | vectorACMix = 0.0 |
AC mix. | |
double | vectorBDMix = 0.0 |
BD mix. | |
Incoming data from a vector joystick.