summaryrefslogtreecommitdiff
path: root/src/interface/Button.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-23 18:31:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-23 18:31:01 (GMT)
commit26eeb40541659a42507fcb444904f15dc19d54db (patch)
tree142200541d419cad3df98ba367a7332303f69a2c /src/interface/Button.h
parent2b2531a62a12e977e6f7f64afed2c4a8d242c7c5 (diff)
downloadpowder-26eeb40541659a42507fcb444904f15dc19d54db.zip
powder-26eeb40541659a42507fcb444904f15dc19d54db.tar.gz
Extra callback for just mouse hover
Diffstat (limited to 'src/interface/Button.h')
-rw-r--r--src/interface/Button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Button.h b/src/interface/Button.h
index 61430ad..19f7fe7 100644
--- a/src/interface/Button.h
+++ b/src/interface/Button.h
@@ -20,6 +20,7 @@ class ButtonAction
{
public:
virtual void ActionCallback(ui::Button * sender) {}
+ virtual void MouseEnterCallback(ui::Button * sender) {}
virtual ~ButtonAction() {}
};