shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui
/
InteractionEvent
/
Drag
Drag
data
class
Drag
(
val
deltaX
:
Float
,
val
deltaY
:
Float
)
:
InteractionEvent
Members
Constructors
Drag
Link copied to clipboard
constructor
(
deltaX
:
Float
,
deltaY
:
Float
)
Properties
delta
X
Link copied to clipboard
val
deltaX
:
Float
delta
Y
Link copied to clipboard
val
deltaY
:
Float