add tick and on_tick event, fix unsaved document prompt, implement TextInput blinking cursor
This commit is contained in:
@@ -72,6 +72,7 @@ enum class kKey : uint8_t
|
||||
KeyCtrl,
|
||||
KeyShift,
|
||||
KeyTab,
|
||||
KeyEnter,
|
||||
};
|
||||
|
||||
enum class kEventResult : uint8_t
|
||||
|
||||
Reference in New Issue
Block a user