toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view
/
UpdateEvent
Update
Event
class
UpdateEvent
(
var
deltaTime
:
TimeSpan
=
TimeSpan.ZERO
)
:
Event
,
TEvent
<
UpdateEvent
>
Members
Members & Extensions
Constructors
Update
Event
Link copied to clipboard
constructor
(
deltaTime
:
TimeSpan
=
TimeSpan.ZERO
)
Types
Companion
Link copied to clipboard
object
Companion
:
EventType
<
UpdateEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
delta
Time
Link copied to clipboard
var
deltaTime
:
TimeSpan
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
val
type
:
EventType
<
UpdateEvent
>
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
UpdateEvent
)
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
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String