![]() |
Murl Engine API
Version 2018.3
|
The game controller raw data. More...
#include <murl_i_game_controller_mapping.h>
The game controller raw data.
A collection of all game controller raw data.
Public Attributes | |
AxisRawDataArray | mAxis |
The axis raw data array. | |
SharedArray< Bool > | mButtons |
The buttons raw data. More... | |
SharedArray< Float > | mPovs |
The point of view raw data. More... | |
SharedArray<Bool> Murl::IGameControllerMapping::RawData::mButtons |
The buttons raw data.
The button raw data is false (released) or true (pressed).
SharedArray<Float> Murl::IGameControllerMapping::RawData::mPovs |
The point of view raw data.
The point of view raw data range is [0.0 .. 360.0).