Xinf API Reference
Back | Index
class xinf.event.ScrollEvent
extends Event<ScrollEvent>

var value :Float
var targetId :Null<Int>
function new( _type:EventKind<ScrollEvent>, value:Float, ?targetId:Int ) :Void
static var SCROLL_STEP :EventKind<ScrollEvent>
static var SCROLL_LEAP :EventKind<ScrollEvent>
static var SCROLL_TO :EventKind<ScrollEvent>
Back | Index