[python] A module can now ask to present a view controller

This commit is contained in:
Romain Goyet
2020-03-10 20:54:14 -04:00
committed by Émilie Feral
parent bd0b9f8a4a
commit 131df18b00
3 changed files with 8 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ public:
void refreshPrintOutput() override;
void printText(const char * text, size_t length) override;
const char * inputText(const char * prompt) override;
void displayViewController(ViewController * controller) override;
#if EPSILON_GETOPT
bool locked() const {