Add mouse support

This commit is contained in:
Zachary Yedidia
2019-01-02 17:39:50 -05:00
parent 3d2cc3298e
commit b8b245f305
7 changed files with 275 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
package config
const (
DoubleClickThreshold = 400 // How many milliseconds to wait before a second click is not a double click
AutosaveTime = 8 // Number of seconds to wait before autosaving
)