mirror of https://github.com/adamdruppe/arsd.git
up double click default tiem (windows default is 500!)
This commit is contained in:
parent
d26fbbad85
commit
e27b0b4f94
|
@ -6842,7 +6842,7 @@ version(X11) {
|
||||||
|
|
||||||
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
|
/// Platform-specific, you might use it when doing a custom event loop
|
||||||
bool doXNextEvent(Display* display) {
|
bool doXNextEvent(Display* display) {
|
||||||
|
|
Loading…
Reference in New Issue