src/event.h in reflexion-0.2.1 vs src/event.h in reflexion-0.3
- old
+ new
@@ -17,9 +17,11 @@
void DrawEvent_set_painter (DrawEvent* pthis, Painter* painter);
void DrawEvent_set_bounds (DrawEvent* pthis, const Bounds& bounds);
+ void KeyEvent_set_chars (KeyEvent* pthis, const char* chars);
+
void KeyEvent_set_captured (KeyEvent* pthis, bool captured);
void PointerEvent_add_pointer (
PointerEvent* pthis, const Pointer& pointer,