diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-23 17:01:56 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-23 17:01:56 -0400 |
| commit | 582e3b4644c25c273e790bc646fd5a28c3a9a85c (patch) | |
| tree | b6c65b5a959a10ca54d2b6901b92220ea4cb915b /events_notdarwin.go | |
| parent | 92e4d322841a0267605d9f1b25499cdaa0994895 (diff) | |
Implemented triple-clicks and up on Windows.
Diffstat (limited to 'events_notdarwin.go')
| -rw-r--r-- | events_notdarwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events_notdarwin.go b/events_notdarwin.go index a96b835..7ccfcda 100644 --- a/events_notdarwin.go +++ b/events_notdarwin.go @@ -55,7 +55,7 @@ func (c *clickCounter) click(button uint, x int, y int, time uintptr, maxTime ui } // call this when losing focus, etc. -func (c *clickCounter reset() { +func (c *clickCounter) reset() { c.count = 0 } |
