diff options
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 } |
