examples/scroll: update comments

This commit is contained in:
Hajime Hoshi 2024-03-31 22:39:51 +09:00
parent 4ae0712dc5
commit 4540ce5439

View File

@ -44,7 +44,7 @@ type Game struct {
// offsetStartY is the content offset in the Y axis when dragging started.
offsetStartY int
// velocityY is the scrolling velocity when a pointing device is released.
// velocityY is the scrolling velocity in the Y axis.
velocityY int
itemCount int