Document DoubleClickInterval

pull/363/head
Chris Miller 4 years ago
parent 55cdc84e25
commit 12f94f688a

@ -699,4 +699,6 @@ const (
WheelRight
)
// DoubleClickInterval specifies the maximum time between clicks
// to register a double click rather than click.
var DoubleClickInterval = 500 * time.Millisecond

Loading…
Cancel
Save