Window

class Window(var width: Int = 800, var height: Int = 600, var handle: Long = -1) : Closeable, GameModule(source)

Constructors

Link copied to clipboard
constructor(width: Int = 800, height: Int = 600, handle: Long = -1)

Properties

Link copied to clipboard
Link copied to clipboard
var height: Int
Link copied to clipboard
var width: Int

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open suspend override fun start(coroutineScope: CoroutineScope)
Link copied to clipboard
open suspend override fun stop(coroutineScope: CoroutineScope)