openrndr
Toggle table of contents
0.5.0-dev.40+121c491
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-application
/
org.openrndr
/
DropTextEvent
Drop
Text
Event
@
JvmRecord
data
class
DropTextEvent
(
val
position
:
Vector2
,
val
texts
:
List
<
String
>
)
(
source
)
window drop text event message
Members
Constructors
Drop
Text
Event
Link copied to clipboard
constructor
(
position
:
Vector2
,
texts
:
List
<
String
>
)
Properties
position
Link copied to clipboard
val
position
:
Vector2
texts
Link copied to clipboard
val
texts
:
List
<
String
>