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

7 lines
144 B
Haxe

package js.html;
typedef IMSGesture = {
var target : js.html.DOMElement;
function addPointer(pointerId:Float):Void;
function stop():Void;
};