package js.html
extends EventTarget
Available on js
The Screen
interface represents a screen, usually the one on which the current window is being rendered, and is obtained using window.screen
.
Documentation Screen by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
read onlyavailHeight:Int
read onlyavailLeft:Int
read onlyavailTop:Int
read onlyavailWidth:Int
read onlycolorDepth:Int
read onlyheight:Int
read onlyleft:Int
read onlyorientation:ScreenOrientation
read onlypixelDepth:Int
read onlytop:Int
read onlywidth:Int
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/Screen.html