CreateJS-Haxe
CreateJS-Haxe copied to clipboard
MouseEvent missing methods
These methods seem to be missing from MouseEvent class:
public function preventDefault():Void;
public function remove():Void;
public function stopImmediatePropagation():Void;
public function stopPropagation():Void;