From 274c2ba0eac94a00f942f7f6a78b2b9a1d0759a3 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 14 Jan 2025 21:46:01 +1100 Subject: text input --- app.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'app.hpp') diff --git a/app.hpp b/app.hpp index a1fb911..df16bd9 100644 --- a/app.hpp +++ b/app.hpp @@ -133,6 +133,7 @@ struct App { virtual void on_update() = 0; virtual void on_destroy() = 0; virtual void on_resize() = 0; + virtual void on_text_input(const char* buf) = 0; }; #endif -- cgit v1.2.3-54-g00ecf