nutrient
Toggle table of contents
11.2.1
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
io.nutrient.data.models
/
ThumbnailBarEvent
/
ThumbnailScrolled
Thumbnail
Scrolled
data
class
ThumbnailScrolled
(
val
touchX
:
Int
,
val
touchY
:
Int
)
:
ThumbnailBarEvent
User scrolled/dragged across thumbnails.
Parameters
touch
X
X coordinate of touch
touch
Y
Y coordinate of touch
Members
Constructors
Thumbnail
Scrolled
Link copied to clipboard
constructor
(
touchX
:
Int
,
touchY
:
Int
)
Properties
touch
X
Link copied to clipboard
val
touchX
:
Int
touch
Y
Link copied to clipboard
val
touchY
:
Int