Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

GestureCancellationException

A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.

Source set: Common
class GestureCancellationException(message: String? = null) : CancellationException(message)

A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.

Last updated: