openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-application
/
org.openrndr
/
DropEvent
Drop
Event
@
JvmRecord
data
class
DropEvent
(
val
position
:
Vector2
,
val
files
:
List
<
String
>
)
(
source
)
window drop item event message
Members
Constructors
Drop
Event
Link copied to clipboard
constructor
(
position
:
Vector2
,
files
:
List
<
String
>
)
Properties
files
Link copied to clipboard
val
files
:
List
<
String
>
position
Link copied to clipboard
val
position
:
Vector2