OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
InputEvent Class Reference

#include <input.hh>

Public Member Functions

 InputEvent (InputDevice dev, InputCommand com, float delta)
 
 InputEvent (InputDevice dev, InputCommand com, int index, int target, float delta)
 
InputDevice GetDevice () const
 
InputCommand GetCommand () const
 
int GetIndex () const
 
int GetTarget () const
 
float GetDelta () const
 

Detailed Description

Definition at line 65 of file input.hh.

Constructor & Destructor Documentation

InputEvent ( InputDevice  dev,
InputCommand  com,
float  delta 
)
inline

Definition at line 67 of file input.hh.

InputEvent ( InputDevice  dev,
InputCommand  com,
int  index,
int  target,
float  delta 
)
inline

Definition at line 71 of file input.hh.

Member Function Documentation

InputCommand GetCommand ( ) const
inline

Definition at line 77 of file input.hh.

float GetDelta ( ) const
inline

Definition at line 80 of file input.hh.

InputDevice GetDevice ( ) const
inline

Definition at line 76 of file input.hh.

int GetIndex ( ) const
inline

Definition at line 78 of file input.hh.

int GetTarget ( ) const
inline

Definition at line 79 of file input.hh.


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