Alex exoskeleton
ALEX SoftwareDocumentation
|
Buttons class, which represents a set of buttons. - Not currently used. More...
#include <Buttons.h>
Public Member Functions | |
Buttons () | |
bool | isKeyPressed (int state) |
bool | isKeyDown (int state) |
bool | isKeyUp (int state) |
button_states | getStates () |
void | setStates () |
Private Attributes | |
button_states | state |
Buttons class, which represents a set of buttons. - Not currently used.
Buttons::Buttons | ( | ) |
Definition at line 15 of file Buttons.cpp.
button_states Buttons::getStates | ( | ) |
Definition at line 22 of file Buttons.cpp.
bool Buttons::isKeyDown | ( | int | state | ) |
bool Buttons::isKeyPressed | ( | int | state | ) |
bool Buttons::isKeyUp | ( | int | state | ) |
void Buttons::setStates | ( | ) |
Definition at line 26 of file Buttons.cpp.
|
private |