Alex exoskeleton
ALEX SoftwareDocumentation
|
Struct listing the Keys which exist on a Keyboard. More...
#include <Keyboard.h>
Public Attributes | |
bool | a |
bool | s |
bool | d |
bool | w |
bool | x |
bool | q |
Struct listing the Keys which exist on a Keyboard.
Definition at line 23 of file Keyboard.h.
bool keys::a |
Definition at line 24 of file Keyboard.h.
bool keys::d |
Definition at line 26 of file Keyboard.h.
bool keys::q |
Definition at line 29 of file Keyboard.h.
bool keys::s |
Definition at line 25 of file Keyboard.h.
bool keys::w |
Definition at line 27 of file Keyboard.h.
bool keys::x |
Definition at line 28 of file Keyboard.h.