Murl Engine API  Version 2018.3
Murl::IGameControllerMapping::RawData Class Reference

The game controller raw data. More...

#include <murl_i_game_controller_mapping.h>

Detailed Description

The game controller raw data.

A collection of all game controller raw data.

Public Attributes

AxisRawDataArray mAxis
 The axis raw data array.
 
SharedArray< BoolmButtons
 The buttons raw data. More...
 
SharedArray< FloatmPovs
 The point of view raw data. More...
 

Member Data Documentation

◆ mButtons

SharedArray<Bool> Murl::IGameControllerMapping::RawData::mButtons

The buttons raw data.

The button raw data is false (released) or true (pressed).

◆ mPovs

SharedArray<Float> Murl::IGameControllerMapping::RawData::mPovs

The point of view raw data.

The point of view raw data range is [0.0 .. 360.0).


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