add history to guides

This commit is contained in:
2019-06-19 17:55:35 +02:00
parent 6058f05d3f
commit 9ad3c351ce
7 changed files with 395 additions and 11 deletions

View File

@@ -74,6 +74,7 @@ enum class kKey : uint8_t
KeyTab,
KeyEnter,
KeyBackspace,
KeyDel,
};
enum class kEventResult : uint8_t