toggle ui with Tab, add hsv jitter

This commit is contained in:
2018-07-28 00:53:20 +02:00
parent 9b5094f510
commit c0f9e13b92
12 changed files with 42 additions and 9 deletions

View File

@@ -9,7 +9,8 @@ enum class kKey : uint8_t
AndroidBack,
KeySpacebar,
KeyE,
KeyAlt
KeyAlt,
KeyTab,
};
enum class kEventResult : uint8_t