Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/galaxymapwidget.h')
-rw-r--r--src/client/galaxymapwidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/galaxymapwidget.h b/src/client/galaxymapwidget.h
index a3cc01d..a48e070 100644
--- a/src/client/galaxymapwidget.h
+++ b/src/client/galaxymapwidget.h
@@ -45,6 +45,11 @@ protected:
* */
virtual bool on_mousepress(const unsigned int button);
+ /**
+ * @brief mouse button release event handler
+ * */
+ virtual bool on_mouserelease(const unsigned int button);
+
private:
float galaxymapwidget_zoom;