openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-application
/
org.openrndr
/
Pointer
Pointer
@
JvmRecord
data
class
Pointer
(
val
position
:
Vector2
,
val
primary
:
Boolean
,
val
timestamp
:
Long
)
(
source
)
Members
Constructors
Pointer
Link copied to clipboard
constructor
(
position
:
Vector2
,
primary
:
Boolean
,
timestamp
:
Long
)
Properties
position
Link copied to clipboard
val
position
:
Vector2
primary
Link copied to clipboard
val
primary
:
Boolean
timestamp
Link copied to clipboard
val
timestamp
:
Long