mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Fix input(), that did not return the input
This commit is contained in:
committed by
Quentin Guidée
parent
73bec71db3
commit
84a66d3b31
@@ -34,6 +34,8 @@ public:
|
||||
bool insertText(const char * text);
|
||||
void setPrompt(const char * prompt);
|
||||
const char * promptText() const { return m_promptView.text(); }
|
||||
void clearAndReduceSize();
|
||||
const char * shiftCurrentTextAndClear();
|
||||
private:
|
||||
PointerTextView m_promptView;
|
||||
TextField m_textField;
|
||||
|
||||
Reference in New Issue
Block a user