X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fwindow.h;h=f61247d5c0084b02d6aed05842bd891a56db7954;hp=7bccd2cba295130d337651946f23480b538077f9;hb=ffd2c0a0f8b898cb4199a0c63aff255a85cc0f11;hpb=f71618aebfa6b8754dd056689a6c5821b755972c diff --git a/src/window.h b/src/window.h index 7bccd2c..f61247d 100644 --- a/src/window.h +++ b/src/window.h @@ -39,6 +39,11 @@ public: void set_mouse_button_callback(MouseButtonFuncType func); void set_mouse_motion_callback(MouseMotionFuncType func); + const DisplayFuncType get_display_callback() const; + const KeyboardFuncType get_keyboard_callback() const; + const MouseButtonFuncType get_mouse_button_callback() const; + const MouseMotionFuncType get_mouse_motion_callback() const; + // XXX remove if not needed friend class WindowManager; };