toggle menu
trailblaze-models
common
switch theme
search in API
trailblaze-models
/
xyz.block.trailblaze.api
/
MaestroDriverActionType
/
LongPressPoint
Long
Press
Point
data
class
LongPressPoint
(
val
x
:
Int
,
val
y
:
Int
)
:
MaestroDriverActionType
,
HasClickCoordinates
Members
Constructors
Long
Press
Point
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
type
Link copied to clipboard
open
override
val
type
:
AgentActionType
x
Link copied to clipboard
open
override
val
x
:
Int
y
Link copied to clipboard
open
override
val
y
:
Int