toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
TypedEvent
Typed
Event
open
class
TypedEvent
<
T
:
BEvent
>
(
var
type
:
EventType
<
T
>
)
:
Event
,
TEvent
<
T
>
Inheritors
ChangeEvent
ReshapeEvent
FullScreenEvent
RenderEvent
InitEvent
ResumeEvent
PauseEvent
StopEvent
DestroyEvent
DisposeEvent
GamePadStickEvent
Members
Members & Extensions
Constructors
Typed
Event
Link copied to clipboard
constructor
(
type
:
EventType
<
T
>
)
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
<
T
>
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
)