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 75 of file agvs_pad_node.cpp.
|
inline |
Definition at line 81 of file agvs_pad_node.cpp.
|
inline |
Definition at line 97 of file agvs_pad_node.cpp.
|
inline |
Definition at line 101 of file agvs_pad_node.cpp.
|
inline |
Set the button as 'pressed'/'released'.
Definition at line 86 of file agvs_pad_node.cpp.
|
private |
Definition at line 77 of file agvs_pad_node.cpp.
|
private |
Definition at line 76 of file agvs_pad_node.cpp.