summaryrefslogtreecommitdiff
path: root/src/interface/Label.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-26 20:05:57 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-26 20:05:57 (GMT)
commit7c259c01238d91d41a778003e2529f5c06e09139 (patch)
tree4725f7f6df3eaa99865df630e41aa0d23369efbe /src/interface/Label.h
parentab6fed71d74371e2d38372eae71ee26a7ef214df (diff)
downloadpowder-7c259c01238d91d41a778003e2529f5c06e09139.zip
powder-7c259c01238d91d41a778003e2529f5c06e09139.tar.gz
Release selection when the label component loses focus
Diffstat (limited to 'src/interface/Label.h')
-rw-r--r--src/interface/Label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Label.h b/src/interface/Label.h
index e154c0e..34822bb 100644
--- a/src/interface/Label.h
+++ b/src/interface/Label.h
@@ -51,6 +51,7 @@ namespace ui
virtual void OnMouseUp(int x, int y, unsigned button);
virtual void OnMouseMoved(int localx, int localy, int dx, int dy);
virtual void Draw(const Point& screenPos);
+ virtual void Tick(float dt);
};
}