toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
InitEvent
/
Companion
Companion
object
Companion
:
InitEvent
,
EventType
<
InitEvent
>
Members
Members & Extensions
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
var
type
:
EventType
<
InitEvent
>
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
InitEvent
)
prevent
Default
Link copied to clipboard
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
reason
:
Any
?
=
null
)