docs
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
docs
graphics
/
dev.mtctx.foresst.graphics
/
Window
Window
class
Window
(
var
width
:
Int
=
800
,
var
height
:
Int
=
600
,
var
handle
:
Long
=
-1
)
:
Closeable
,
GameModule
(
source
)
Members
Constructors
Window
Link copied to clipboard
constructor
(
width
:
Int
=
800
,
height
:
Int
=
600
,
handle
:
Long
=
-1
)
Properties
handle
Link copied to clipboard
var
handle
:
Long
height
Link copied to clipboard
var
height
:
Int
width
Link copied to clipboard
var
width
:
Int
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
start
Link copied to clipboard
open
suspend override
fun
start
(
coroutineScope
:
CoroutineScope
)
stop
Link copied to clipboard
open
suspend override
fun
stop
(
coroutineScope
:
CoroutineScope
)