toggle menu
korge-root
5.1.0
common
jvm
switch theme
search in API
korge
/
korlibs.korge.awt
/
ViewDebuggerChanged
View
Debugger
Changed
jvm
class
ViewDebuggerChanged
(
val
view
:
View
?
)
:
Event
Members
Members & Extensions
Constructors
View
Debugger
Changed
Link copied to clipboard
jvm
constructor
(
view
:
View
?
)
Properties
default
Prevented
Link copied to clipboard
jvm
var
defaultPrevented
:
Boolean
target
Link copied to clipboard
jvm
var
target
:
Any
?
view
Link copied to clipboard
jvm
val
view
:
View
?
Functions
prevent
Default
Link copied to clipboard
jvm
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
jvm
fun
stopPropagation
(
reason
:
Any
?
=
null
)