ThumbnailScrolled

data class ThumbnailScrolled(val touchX: Int, val touchY: Int) : ThumbnailBarEvent

User scrolled/dragged across thumbnails.

Parameters

touchX

X coordinate of touch

touchY

Y coordinate of touch

Constructors

Link copied to clipboard
constructor(touchX: Int, touchY: Int)

Properties

Link copied to clipboard
val touchX: Int
Link copied to clipboard
val touchY: Int