toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
Event
Event
abstract
class
Event
Inheritors
TypedEvent
GestureEvent
MouseEvent
FocusEvent
TouchEvent
KeyEvent
DropFileEvent
GamePadConnectionEvent
GamePadUpdateEvent
ReloadEvent
GamePadButtonEvent
UpdateEvent
ViewsUpdateEvent
ViewsResizedEvent
ViewDebuggerChanged
Members
Members & Extensions
Constructors
Event
Link copied to clipboard
constructor
(
)
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
target
Link copied to clipboard
var
target
:
Any
?
Functions
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
)