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 72 of file rbcar_pad.cpp.
|
inline |
Definition at line 78 of file rbcar_pad.cpp.
|
inline |
Definition at line 96 of file rbcar_pad.cpp.
|
inline |
Definition at line 101 of file rbcar_pad.cpp.
|
inline |
Set the button as 'pressed'/'released'.
Definition at line 84 of file rbcar_pad.cpp.
|
private |
Definition at line 75 of file rbcar_pad.cpp.
|
private |
Definition at line 74 of file rbcar_pad.cpp.