
jsMain.web.screen.Screen.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.screen
sealed external class Screen {
val availHeight: Int
val availWidth: Int
val colorDepth: Int
val height: Int
val orientation: ScreenOrientation
val pixelDepth: Int
val width: Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy