Source set: Common
public 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.
A gesture was canceled and cannot continue, likely because another gesture has taken over the pointer input stream.
public 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.