diff options
Diffstat (limited to 'plugingui/widget.h')
-rw-r--r-- | plugingui/widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/widget.h b/plugingui/widget.h index 34cdaee..47c374e 100644 --- a/plugingui/widget.h +++ b/plugingui/widget.h @@ -66,6 +66,9 @@ public: virtual void scrollEvent(ScrollEvent *e) {} virtual void keyEvent(KeyEvent *e) {} + virtual void mouseLeaveEvent() {} + virtual void mouseEnterEvent() {} + Widget *find(size_t x, size_t y); virtual Window *window(); |