Search cleanup, more binder support (#1467)

This commit is contained in:
Kyle Reed
2023-10-01 09:04:37 -07:00
committed by GitHub
parent 951890eaff
commit 78713cc2af
7 changed files with 225 additions and 218 deletions

View File

@@ -689,6 +689,9 @@ class TextEdit : public Widget {
bool on_encoder(const EncoderEvent delta) override;
bool on_touch(const TouchEvent event) override;
void on_focus() override;
void on_blur() override;
protected:
std::string& text_;
size_t max_length_;