openrndr
Toggle table of contents
0.4.5-dev.8.uncommitted+335b9d0
common
Platform filter
common
Switch theme
Search in API
openrndr
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