Static variables

staticread onlyisEnabled:Bool

staticonDown:Event<Int ‑> Float ‑> Float ‑> Void>

staticonMove:Event<Int ‑> Float ‑> Float ‑> Void>

staticonPressed:Event<Int ‑> Float ‑> Float ‑> Void>

staticonReleased:Event<Int ‑> Float ‑> Float ‑> Void>

staticpointers:Array<Point> = []

Static methods

staticdisable ():Void

staticinline downDuration (touch:Int):Float

staticenable ():Void

staticinline getPosition (touch:Int):Point

staticisDown (touch:Int, duration:Float = -1):Bool

staticisOverEntity (touch:Int, transform:Transform, ?cachePoint:Point):Bool

staticupdate (delta:Float):Void

staticinline wasPressed (touch:Int):Bool

staticinline wasReleased (touch:Int):Bool