Screen

abstract external class Screen

Exposes the JavaScript Screen to Kotlin

Constructors

Screen
Link copied to clipboard
fun Screen()

Properties

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