Add hotkey to rotate depot while building, default to middle mouse button (SDL2 only for now)

This commit is contained in:
dP
2021-01-27 01:13:37 +03:00
parent 9b6d667a54
commit 363cfa7e8c
9 changed files with 94 additions and 30 deletions
+1
View File
@@ -85,6 +85,7 @@ static const KeycodeNames _keycode_to_name[] = {
{"R_PAREN", WKC_R_PAREN},
{"EXCLAIM", WKC_EXCLAIM},
{"ASTERISK", WKC_ASTERISK},
{"MOUSE_MIDDLE", CM_WKC_MOUSE_MIDDLE},
};
/**