aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
authorMax Horn2002-09-08 12:56:44 +0000
committerMax Horn2002-09-08 12:56:44 +0000
commit27bfe32f1634b65d672e42308ec693ef42a1d948 (patch)
tree41fd442bebf3f883f1439c1d754ad84218638ed6 /gui/newgui.h
parent78f2f9e50556e46cf32f87c23c13be70ed4ea300 (diff)
downloadscummvm-rg350-27bfe32f1634b65d672e42308ec693ef42a1d948.tar.gz
scummvm-rg350-27bfe32f1634b65d672e42308ec693ef42a1d948.tar.bz2
scummvm-rg350-27bfe32f1634b65d672e42308ec693ef42a1d948.zip
decreased double click interval
svn-id: r4905
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index b63ef50d9c..0b0aef913a 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -37,6 +37,10 @@ enum {
kTextAlignRight,
};
+enum {
+ kDoubleClickDelay = 500 // milliseconds
+};
+
// Extremly simple stack class, doesn't even do any error checking (for now)
class DialogStack {
protected: