updated events example

This commit is contained in:
Thomas Friedel 2019-02-24 11:02:16 +01:00
parent c207447158
commit 1f682f1f31

View file

@ -43,9 +43,6 @@ func main() {
circles = append(circles, circle{x: mx, y: my, color: "#00F"})
}
}
wnd.SizeChange = func(w, h int) {
cv.SetBounds(0, 0, w, h)
}
lastTime := time.Now()