littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graph.node.resource
/
Event
Event
open
class
Event
Author
Colton Daily
Constructors
Functions
Properties
Inheritors
Constructors
Event
Link copied to clipboard
fun
Event
(
)
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
handle
Link copied to clipboard
fun
handle
(
)
reset
Link copied to clipboard
open
fun
reset
(
)
stop
Link copied to clipboard
fun
stop
(
)
Properties
bubbles
Link copied to clipboard
var
bubbles
:
Boolean
=
true
cancelled
Link copied to clipboard
var
cancelled
:
Boolean
=
false
capture
Link copied to clipboard
var
capture
:
Boolean
=
false
handled
Link copied to clipboard
var
handled
:
Boolean
=
false
stopped
Link copied to clipboard
var
stopped
:
Boolean
=
false
Inheritors
InputEvent
Link copied to clipboard