PointerEvent
data actual class PointerEvent
kotlin.Any | |
↳ | androidx.compose.ui.input.pointer.PointerEvent |
Describes a pointer input change event that has occurred at a particular point in time.
Summary
Public constructors | |
---|---|
Extension functions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
From androidx.compose.foundation.gestures
|
Properties | |
---|---|
actual List<PointerInputChange> |
The changes. |
Public constructors
<init>
PointerEvent(changes: List<PointerInputChange>)
Parameters | |
---|---|
changes: List<PointerInputChange> | The changes. |