diff options
author | quou <quou@disroot.org> | 2025-01-14 21:46:01 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-14 21:46:01 +1100 |
commit | 274c2ba0eac94a00f942f7f6a78b2b9a1d0759a3 (patch) | |
tree | 3267ce089f72925f59c947989dfe1b94c0b9af2a /c2.cpp | |
parent | 7e3ad9c377eacffc8d1eef677a604796c8979c1a (diff) |
text input
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 { + } }; |