summaryrefslogtreecommitdiff
path: root/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'app.hpp')
-rw-r--r--app.hpp1
1 files changed, 1 insertions, 0 deletions
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