focus text input on popup dialogs

This commit is contained in:
2019-10-12 09:44:19 +02:00
parent 258f6a6aff
commit 3f3a9c7faf
7 changed files with 37 additions and 364 deletions

View File

@@ -41,4 +41,5 @@ public:
void set_text(const std::string& s);
void set_text_format(const char* fmt, ...);
void update_layout();
bool has_focus() noexcept;
};