7 lines
144 B
Haxe
7 lines
144 B
Haxe
package js.html;
|
|
|
|
typedef IMSGesture = {
|
|
var target : js.html.DOMElement;
|
|
function addPointer(pointerId:Float):Void;
|
|
function stop():Void;
|
|
}; |