Function

horizontalDrag

Reads horizontal position change events for pointerId and calls onDrag for every change in position.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

horizontalDrag

Common
suspend fun AwaitPointerEventScope.horizontalDrag(
    pointerId: PointerId,
    onDrag: (PointerInputChange) -> Unit,
): Boolean

Reads horizontal position change events for pointerId and calls onDrag for every change in position. If pointerId is raised, a new pointer is chosen from those that are down and if none exist, the method returns. This does not wait for touch slop.

Example Usage: