mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1106 from golear/patch-1
Added mouseMoveOutside to Stage class
This commit is contained in:
Vendored
+2
-1
@@ -600,7 +600,8 @@ declare module createjs {
|
||||
mouseY: number;
|
||||
snapToPixelEnabled: boolean;
|
||||
tickOnUpdate: boolean;
|
||||
|
||||
mouseMoveOutside: boolean;
|
||||
|
||||
new (): Stage;
|
||||
new (canvas: HTMLElement): Stage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user