#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 |
Definition at line 65 of file input.hh.
InputEvent | ( | InputDevice | dev, | |
InputCommand | com, | |||
float | delta | |||
) | [inline] |
InputEvent | ( | InputDevice | dev, | |
InputCommand | com, | |||
int | index, | |||
int | target, | |||
float | delta | |||
) | [inline] |
InputCommand GetCommand | ( | ) | const [inline] |
InputDevice GetDevice | ( | ) | const [inline] |