summaryrefslogtreecommitdiff
path: root/plugingui/eventhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/eventhandler.h')
-rw-r--r--plugingui/eventhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/eventhandler.h b/plugingui/eventhandler.h
index 99be2d4..69586f4 100644
--- a/plugingui/eventhandler.h
+++ b/plugingui/eventhandler.h
@@ -55,6 +55,9 @@ private:
int last_click;
void (*closeHandler)(void *);
void *closeHandlerPtr;
+
+ // Used to ignore mouse button release after a double click.
+ bool last_was_dbl_click;
};
};