Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
Loading...
Searching...
No Matches
ToyMaker::OneAxisActionData Struct Reference

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.
 

Detailed Description

Actions that have just one axis of data, eg., the accelerator on a car.


The documentation for this struct was generated from the following file: