kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Input
/
TouchPoint
/
TouchPoint
Touch
Point
constructor
(
x
:
Double
,
y
:
Double
,
radiusX
:
Double
?
=
null
,
radiusY
:
Double
?
=
null
,
rotationAngle
:
Double
?
=
null
,
force
:
Double
?
=
null
,
tangentialPressure
:
Double
?
=
null
,
tiltX
:
Double
?
=
null
,
tiltY
:
Double
?
=
null
,
twist
:
Int
?
=
null
,
id
:
Double
?
=
null
)