Temporarily added more options in key binding dialog. But still need to implement binding after camera story has been merged into develop

tags: #story[1273]
This commit is contained in:
Haoming Yin
2017-09-26 15:49:16 +13:00
parent 1bd4db73cd
commit 132a729758
6 changed files with 239 additions and 98 deletions
+6 -1
View File
@@ -10,7 +10,12 @@ public enum KeyAction {
SAILS_STATE(4),
TACK_GYBE(5),
UPWIND(6),
DOWNWIND(7);
DOWNWIND(7),
VIEW(8),
RIGHT(9),
LEFT(10),
FORWARD(11),
BACKWARD(12);
private final int type;
private static final Map<Integer, KeyAction> intToTypeMap = new HashMap<>();