openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
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