glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.event
/
DroppedFilesEvent
Dropped
Files
Event
class
DroppedFilesEvent
(
val
scene
:
Scene
,
val
sceneX
:
Float
,
val
sceneY
:
Float
,
val
paths
:
List
<
String
>
)
:
Event
Members
Constructors
Dropped
Files
Event
Link copied to clipboard
constructor
(
scene
:
Scene
,
sceneX
:
Float
,
sceneY
:
Float
,
paths
:
List
<
String
>
)
Properties
event
Type
Link copied to clipboard
open
override
val
eventType
:
EventType
<
DroppedFilesEvent
>
paths
Link copied to clipboard
val
paths
:
List
<
String
>
scene
Link copied to clipboard
val
scene
:
Scene
scene
X
Link copied to clipboard
val
sceneX
:
Float
scene
Y
Link copied to clipboard
val
sceneY
:
Float
Functions
consume
Link copied to clipboard
fun
consume
(
)
Prevents further processing of this event.
is
Consumed
Link copied to clipboard
fun
isConsumed
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String