Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
|
Actions that have just one axis of data, eg., the accelerator on a car. More...
#include <input_data.hpp>
Public Attributes | |
CommonActionData | mCommonData { .mType{ActionType::ONE_AXIS} } |
Common metadata belonging to this action. | |
double | mValue { 0.f } |
The actual value of the axis of this action. | |
Actions that have just one axis of data, eg., the accelerator on a car.