AndroidTouchInterface

Types

Link copied to clipboard
data class AndroidTouchInterfaceSettings(var midTapDelay: Millis = 0, var postTapDelay: Millis = 250) : ITouchInterface.Settings
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun eventSync()
Link copied to clipboard
open override fun gesture(swipes: List<ITouchInterface.Swipe>, duration: Millis)
Link copied to clipboard
open override fun pinch(x: Int, y: Int, r1: Int, r2: Int, angle: Double, duration: Millis)
Link copied to clipboard
open fun swipe(swipe: ITouchInterface.Swipe, duration: Millis)
Link copied to clipboard
open override fun tap(slot: Int, x: Int, y: Int)
Link copied to clipboard
open override fun touchDown(slot: Int)
Link copied to clipboard
open override fun touchMove(slot: Int, x: Int, y: Int)
Link copied to clipboard
open override fun touchUp(slot: Int)

Properties

Link copied to clipboard
Link copied to clipboard