toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
FullScreenEvent
Full
Screen
Event
data
class
FullScreenEvent
(
var
fullscreen
:
Boolean
=
false
)
:
TypedEvent
<
FullScreenEvent
>
Members
Members & Extensions
Constructors
Full
Screen
Event
Link copied to clipboard
constructor
(
fullscreen
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
:
EventType
<
FullScreenEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
fullscreen
Link copied to clipboard
var
fullscreen
:
Boolean
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
var
type
:
EventType
<
FullScreenEvent
>
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
FullScreenEvent
)
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
)