Xinf API Reference
Back | Index
class xinf.ony.Root
static var width :Float
static var height :Float
static function getDocument( ) :Document
static function getRootSvg( ) :Svg
static function appendChild( o:Node ) :Void
static function removeChild( o:Node ) :Void
static function addEventListener<T>( type:EventKind<T>, h:T -> Void ) :T -> Void
static function removeEventListener<T>( type:EventKind<T>, h:T -> Void ) :Bool
static function postEvent<T>( e:Event<T>, ?pos:PosInfos ) :Void
static function setBackgroundColor( r:Float, g:Float, b:Float, ?a:Float ) :Void
static function main( ) :Void
Back | Index