CreateJS-Haxe icon indicating copy to clipboard operation
CreateJS-Haxe copied to clipboard

MouseEvent missing methods

Open gorgil opened this issue 10 years ago • 0 comments

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;

gorgil avatar Aug 08 '15 22:08 gorgil