]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/widget.h
Adjust event handling to match changes in mspgui
[libs/gltk.git] / source / widget.h
index 51728c35e0424bb63a5564e7108366ff55ee725c..665ca9d0e7605161ab8e5a3f0648e45d1d55994e 100644 (file)
@@ -108,8 +108,9 @@ public:
        virtual void pointer_motion(int, int) { }
        virtual void pointer_enter();
        virtual void pointer_leave();
-       virtual void key_press(unsigned, unsigned, wchar_t) { }
+       virtual void key_press(unsigned, unsigned) { }
        virtual void key_release(unsigned, unsigned) { }
+       virtual void character(wchar_t) { }
        virtual void focus_in();
        virtual void focus_out();
 protected: