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) | |
VectorJoystickData & | operator= (const VectorJoystickData &vsData) |
Public Attributes | |
double | vectorA = 0.0 |
double | vectorB = 0.0 |
double | vectorC = 0.0 |
double | vectorD = 0.0 |
double | vectorACMix = 0.0 |
double | vectorBDMix = 0.0 |
Incoming data from a vector joystick.