Window

actual class Window : <ERROR CLASS> ERROR CLASS: Symbol not found for SuspendCloseable(source)

Constructors

Link copied to clipboard
expect constructor(width: UInt, height: UInt, title: String)
constructor(raw: Long)
actual constructor(width: UInt, height: UInt, title: String)
constructor(raw: ERROR CLASS: Symbol not found for CPointer)
actual constructor(width: ERROR CLASS: Symbol not found for UInt, height: ERROR CLASS: Symbol not found for UInt, title: String)

Properties

Link copied to clipboard
val raw: Long
val raw: ERROR CLASS: Symbol not found for CPointer
Link copied to clipboard
expect val shouldClose: Boolean
actual val shouldClose: Boolean
actual val shouldClose: Boolean
Link copied to clipboard
expect val size: Deferred<Pair<UInt, UInt>>
actual val size: Deferred<Pair<UInt, UInt>>
actual val size: Deferred<Pair<UInt, UInt>>

Functions

Link copied to clipboard
expect open suspend override fun close()
actual open suspend override fun close()
actual open suspend override fun close()