cvauto
cvauto
/
com.waicool20.cvauto.android.input
/
AndroidTouchInterface
Android
Touch
Interface
class
AndroidTouchInterface
:
ITouchInterface
Types
Functions
Properties
Types
Android
Touch
Interface
Settings
Link copied to clipboard
data
class
AndroidTouchInterfaceSettings
(
var
midTapDelay
:
Millis
=
0
,
var
postTapDelay
:
Millis
=
250
)
:
ITouchInterface.Settings
Companion
Link copied to clipboard
object
Companion
Functions
event
Sync
Link copied to clipboard
open
override
fun
eventSync
(
)
gesture
Link copied to clipboard
open
override
fun
gesture
(
swipes
:
List
<
ITouchInterface.Swipe
>
,
duration
:
Millis
)
pinch
Link copied to clipboard
open
override
fun
pinch
(
x
:
Int
,
y
:
Int
,
r1
:
Int
,
r2
:
Int
,
angle
:
Double
,
duration
:
Millis
)
swipe
Link copied to clipboard
open
fun
swipe
(
swipe
:
ITouchInterface.Swipe
,
duration
:
Millis
)
tap
Link copied to clipboard
open
override
fun
tap
(
slot
:
Int
,
x
:
Int
,
y
:
Int
)
touch
Down
Link copied to clipboard
open
override
fun
touchDown
(
slot
:
Int
)
touch
Move
Link copied to clipboard
open
override
fun
touchMove
(
slot
:
Int
,
x
:
Int
,
y
:
Int
)
touch
Up
Link copied to clipboard
open
override
fun
touchUp
(
slot
:
Int
)
Properties
settings
Link copied to clipboard
open
override
val
settings
:
AndroidTouchInterface.AndroidTouchInterfaceSettings
touches
Link copied to clipboard
open
override
val
touches
:
MutableList
<
ITouchInterface.Touch
>