mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
examples/scroll: update comments
This commit is contained in:
parent
4ae0712dc5
commit
4540ce5439
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user