PointerInputEventData
Kotlin
|Java
data class PointerInputEventData
kotlin.Any | |
↳ | androidx.compose.ui.input.pointer.PointerInputEventData |
Data that describes a particular pointer
All pointer locations are relative to the device screen.
Summary
Public constructors | |
---|---|
<init>(id: PointerId, pointerInputData: PointerInputData) Data that describes a particular pointer |
Properties | |
---|---|
PointerId | |
PointerInputData |
Public constructors
<init>
PointerInputEventData(
id: PointerId,
pointerInputData: PointerInputData)
Data that describes a particular pointer
All pointer locations are relative to the device screen.
Properties
id
val id: PointerId
pointerInputData
val pointerInputData: PointerInputData