ToyMaker Game Engine 0.0.2
ToyMaker is a game engine developed and maintained by Zoheb Shujauddin.
Loading...
Searching...
No Matches
ToyMaker::TwoAxisActionData Struct Reference

Actions that have two axes of data. (Pointer locations, movement direction input, pitch+roll, etc.) More...

#include <input_data.hpp>

Public Attributes

CommonActionData mCommonData { .mType {ActionType::TWO_AXIS} }
 Common action metadata.
 
glm::dvec2 mValue { 0.f }
 Two float values, normalized (or not, for location states)
 

Detailed Description

Actions that have two axes of data. (Pointer locations, movement direction input, pitch+roll, etc.)


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