#include <RageInputDevice.h>
Inheritance diagram for DeviceInput:
Public Member Functions | |
DeviceInput () | |
DeviceInput (InputDevice d, int b, float l=0) | |
DeviceInput (InputDevice d, int b, float l, const RageTimer &t) | |
bool | operator== (const DeviceInput &other) const |
CString | GetDescription () |
CString | toString () |
bool | fromString (const CString &s) |
bool | IsValid () const |
void | MakeInvalid () |
char | ToChar () const |
bool | IsJoystick () const |
Static Public Member Functions | |
int | NumButtons (InputDevice device) |
Public Attributes | |
InputDevice | device |
int | button |
float | level |
RageTimer | ts |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|