Haxe 3.1.3 fix
This commit is contained in:
@@ -8,10 +8,10 @@ import js.html.DivElement;
|
|||||||
import js.html.Element;
|
import js.html.Element;
|
||||||
import js.html.FocusEvent;
|
import js.html.FocusEvent;
|
||||||
import js.html.InputElement;
|
import js.html.InputElement;
|
||||||
|
import js.html.InputEvent;
|
||||||
#else
|
#else
|
||||||
import js.html.HtmlElement;
|
import js.html.HtmlElement;
|
||||||
#end
|
#end
|
||||||
import js.html.InputEvent;
|
|
||||||
import js.html.MouseEvent;
|
import js.html.MouseEvent;
|
||||||
import js.html.TouchEvent;
|
import js.html.TouchEvent;
|
||||||
import js.Browser;
|
import js.Browser;
|
||||||
@@ -24,6 +24,7 @@ import lime.ui.Window;
|
|||||||
#if (haxe_ver < 3.2)
|
#if (haxe_ver < 3.2)
|
||||||
typedef FocusEvent = js.html.Event;
|
typedef FocusEvent = js.html.Event;
|
||||||
typedef InputElement = Dynamic;
|
typedef InputElement = Dynamic;
|
||||||
|
typedef InputEvent = js.html.Event;
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user