fix android egl errors, implement android backspace in text input
This commit is contained in:
@@ -73,6 +73,7 @@ enum class kKey : uint8_t
|
||||
KeyShift,
|
||||
KeyTab,
|
||||
KeyEnter,
|
||||
KeyBackspace,
|
||||
};
|
||||
|
||||
enum class kEventResult : uint8_t
|
||||
|
||||
Reference in New Issue
Block a user