diff options
Diffstat (limited to 'area_darwin.go')
| -rw-r--r-- | area_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/area_darwin.go b/area_darwin.go index 362bde3..921b223 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -86,6 +86,7 @@ func areaMouseEvent(self C.id, e C.id, click bool, up bool) { me.Up = which } else if click { me.Down = which + // this already works the way we want it to so nothing special needed like with Windows and GTK+ me.Count = uint(C.clickCount(e)) } else { which = 0 // reset for Held processing below |
