up double click default tiem (windows default is 500!)

This commit is contained in:
Adam D. Ruppe 2017-03-27 12:26:38 -04:00
parent d26fbbad85
commit e27b0b4f94
1 changed files with 1 additions and 1 deletions

View File

@ -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) {