Class to save the state of the buttons. More...
Public Member Functions | |
Button () | |
int | IsPressed () |
bool | IsReleased () |
void | Press (int value) |
Set the button as 'pressed'/'released'. More... | |
Private Attributes | |
bool | bReleased |
int | iPressed |
Class to save the state of the buttons.
Definition at line 73 of file rbcar_joystick.cpp.
|
inline |
Definition at line 79 of file rbcar_joystick.cpp.
|
inline |
Definition at line 95 of file rbcar_joystick.cpp.
|
inline |
Definition at line 99 of file rbcar_joystick.cpp.
|
inline |
Set the button as 'pressed'/'released'.
Definition at line 84 of file rbcar_joystick.cpp.
|
private |
Definition at line 75 of file rbcar_joystick.cpp.
|
private |
Definition at line 74 of file rbcar_joystick.cpp.