summaryrefslogtreecommitdiff
path: root/Applications/KeyboardMapper/KeyButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/KeyboardMapper/KeyButton.h')
-rw-r--r--Applications/KeyboardMapper/KeyButton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Applications/KeyboardMapper/KeyButton.h b/Applications/KeyboardMapper/KeyButton.h
index 7f1c20f122..afb57033b3 100644
--- a/Applications/KeyboardMapper/KeyButton.h
+++ b/Applications/KeyboardMapper/KeyButton.h
@@ -40,6 +40,8 @@ public:
protected:
virtual void click(unsigned modifiers = 0) override;
+ virtual void leave_event(Core::Event&) override;
+ virtual void mousemove_event(GUI::MouseEvent&) override;
virtual void paint_event(GUI::PaintEvent&) override;
private: