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

@@ -120,6 +120,7 @@ public:
bool key_down(kKey key);
bool key_up(kKey key);
bool key_char(char key);
void toggle_ui();
void rec_clear();
void rec_loop();