diff options
Diffstat (limited to 'c2.cpp')
-rw-r--r-- | c2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -805,6 +805,9 @@ struct C2 : public App { ui->layout(w, h); dev->on_resize(); } + + void on_text_input(const char* buf) override { + } }; |