Files
kiss-flixel/feedback-server/externs/js/html/ClientRect.hx

12 lines
244 B
Haxe

package js.html;
@:native("ClientRect") extern class ClientRect {
function new();
var bottom : Float;
final height : Float;
var left : Float;
var right : Float;
var top : Float;
final width : Float;
static var prototype : ClientRect;
}