W3cubDocs

/Haxe JavaScript

Screen

package js.html

extends EventTarget

@:native("Screen") Available on js

The Screen interface represents a screen, usually the one on which the current window is being rendered.

Documentation Screen by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only availHeight:Int

read only availLeft:Int

read only availTop:Int

read only availWidth:Int

read only colorDepth:Int

read only height:Int

read only left:Int

read only orientation:ScreenOrientation

read only pixelDepth:Int

read only top:Int

read only width:Int

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/Screen.html