Keys that triggers the targets direction change. More...
#include <KeyboardGridMover.h>
Public Attributes | |
Keyboard::Key | leftKey |
A key that moves the target to the left. More... | |
Keyboard::Key | rightKey |
A key that moves the target to the right. More... | |
Keyboard::Key | upKey |
A key that moves the target upwards. More... | |
Keyboard::Key | downKey |
A key that moves the target downwards. More... | |
Keys that triggers the targets direction change.
Definition at line 46 of file KeyboardGridMover.h.
Keyboard::Key ime::TriggerKeys::downKey |
A key that moves the target downwards.
Definition at line 50 of file KeyboardGridMover.h.
Keyboard::Key ime::TriggerKeys::leftKey |
A key that moves the target to the left.
Definition at line 47 of file KeyboardGridMover.h.
Keyboard::Key ime::TriggerKeys::rightKey |
A key that moves the target to the right.
Definition at line 48 of file KeyboardGridMover.h.
Keyboard::Key ime::TriggerKeys::upKey |
A key that moves the target upwards.
Definition at line 49 of file KeyboardGridMover.h.