summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-03-07 05:42:56 -0600
committerepoch <epoch@hacking.allowed.org>2020-03-07 05:42:56 -0600
commit3d0b054e07fc090b32cb5fea452ef659ee176a71 (patch)
treea77e1194f1a37911452cf4236211c94625720976 /src
parente166c6a9867709ce4007906febb719a5d297e75e (diff)
downloadhackvr-3d0b054e07fc090b32cb5fea452ef659ee176a71.tar.gz
hackvr-3d0b054e07fc090b32cb5fea452ef659ee176a71.zip
added defines for keys to rotate the camera
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 1e0c483..a99fa42 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -10,6 +10,8 @@ typedef enum {
HVK_DOWN,
HVK_LEFT,
HVK_RIGHT,
+ HVK_TURNLEFT,
+ HVK_TURNRIGHT,
HVK_JUMP,
HVK_DEBUG,
HVK_ENTER,