refactor(new_editor): snapshot hosted editor restructuring
This commit is contained in:
@@ -31,6 +31,8 @@ struct UIEditorNumberFieldState {
|
||||
UIEditorNumberFieldHitTargetKind activeTarget = UIEditorNumberFieldHitTargetKind::None;
|
||||
bool focused = false;
|
||||
bool editing = false;
|
||||
std::size_t caretOffset = 0u;
|
||||
std::uint64_t caretBlinkStartNanoseconds = 0u;
|
||||
std::string displayText = {};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user