Package-level declarations

Types

Link copied to clipboard
class GestureController(    input: Input,     var tapWidth: Float = 20.0f,     var tapHeight: Float = tapWidth,     var tapCountInterval: Duration = 400.milliseconds,     var longPressDuration: Duration = 1100.milliseconds,     var maxFlingDuration: Duration = Duration.INFINITE,     var processor: GestureProcessor) : InputProcessor

An InputProcessor that handles input events and emits gesture related events such as flinging, panning, zooming, and pinching and sends them to a GestureProcessor. Based off of libGDX GestureDetector.

Link copied to clipboard

An interface that handles gesture events.

Link copied to clipboard

A builder class to create a GestureProcessor easily.

Functions