updated events example
This commit is contained in:
parent
c207447158
commit
1f682f1f31
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue