mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[python] "input" now displays the provided prompt
This commit is contained in:
committed by
EmilieNumworks
parent
314fde955a
commit
fd7516f8ac
@@ -62,7 +62,7 @@ public:
|
||||
// MicroPython::ExecutionEnvironment
|
||||
void displaySandbox() override;
|
||||
void printText(const char * text, size_t length) override;
|
||||
const char * input() override;
|
||||
const char * inputText(const char * prompt) override;
|
||||
|
||||
private:
|
||||
bool inputRunLoopActive() { return m_inputRunLoopActive; }
|
||||
|
||||
Reference in New Issue
Block a user