Murl::IGameControllerMapping::RawData Class Reference

The game controller raw data. More...

#include "murl_i_game_controller_mapping.h"

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...
 

Detailed Description

The game controller raw data.

A collection of all game controller raw data.

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:
  • murl_i_game_controller_mapping.h


Copyright © 2011-2024 Spraylight GmbH.