Xinf API Reference
Back | Index
class xinf.event.GeometryEvent
extends Event<GeometryEvent>
GeometryEvent is used to propagate information about changes in position or size of some Element.
var x :Float
var y :Float
function new( _type:EventKind<GeometryEvent>, _x:Float, _y:Float ) :Void
static var STAGE_SCALED :EventKind<GeometryEvent>
static var SIZE_CHANGED :EventKind<GeometryEvent>
Back | Index