summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 561fda2..6853ffc 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -18,6 +18,8 @@ class Keyboard{
Command* nop;
Command* pressedDown;
Command* releasedDown;
+ Command* pressedLeft;
+ Command* pressedRight;
};
#endif