From e27b0b4f94d7d1a02f3a20868e71c997253ee1d4 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 27 Mar 2017 12:26:38 -0400 Subject: [PATCH] up double click default tiem (windows default is 500!) --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index 0417bd5..a12bbf9 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -6842,7 +6842,7 @@ version(X11) { version(X11) { - int mouseDoubleClickTimeout = 200; /// double click timeout. X only, you probably shouldn't change this. + int mouseDoubleClickTimeout = 350; /// double click timeout. X only, you probably shouldn't change this. /// Platform-specific, you might use it when doing a custom event loop bool doXNextEvent(Display* display) {