add brackets brush size

This commit is contained in:
2019-11-27 01:08:00 +01:00
parent 64f6b90911
commit 20fbf5586f
6 changed files with 78 additions and 4 deletions

View File

@@ -75,6 +75,8 @@ enum class kKey : uint8_t
KeyEnter,
KeyBackspace,
KeyDel,
KeyBracketLeft,
KeyBracketRight,
};
enum class kEventResult : uint8_t