summaryrefslogtreecommitdiff
path: root/src/interface/DropDown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/DropDown.h')
-rw-r--r--src/interface/DropDown.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/DropDown.h b/src/interface/DropDown.h
index 813c035..3aba971 100644
--- a/src/interface/DropDown.h
+++ b/src/interface/DropDown.h
@@ -39,6 +39,8 @@ public:
void SetActionCallback(DropDownAction * action) { callback = action;}
virtual void Draw(const Point& screenPos);
virtual void OnMouseClick(int x, int y, unsigned int button);
+ virtual void OnMouseEnter(int x, int y);
+ virtual void OnMouseLeave(int x, int y);
virtual ~DropDown();
};