fix android egl errors, implement android backspace in text input

This commit is contained in:
2019-01-29 18:41:24 +01:00
parent d7dd2f06c9
commit 75260ec4c4
4 changed files with 48 additions and 24 deletions

View File

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