Screen

abstract class Screen : JsAny

Exposes the JavaScript Screen to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val availHeight: Int
Link copied to clipboard
open val availWidth: Int
Link copied to clipboard
open val colorDepth: Int
Link copied to clipboard
open val height: Int
Link copied to clipboard
open val pixelDepth: Int
Link copied to clipboard
open val width: Int