From 274c2ba0eac94a00f942f7f6a78b2b9a1d0759a3 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 14 Jan 2025 21:46:01 +1100 Subject: text input --- c2.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c2.cpp') diff --git a/c2.cpp b/c2.cpp index d457443..26d1962 100644 --- a/c2.cpp +++ b/c2.cpp @@ -805,6 +805,9 @@ struct C2 : public App { ui->layout(w, h); dev->on_resize(); } + + void on_text_input(const char* buf) override { + } }; -- cgit v1.2.3-54-g00ecf