File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h2>PIXI.Keys</h2>
37
37
< h2 > PIXI.Mouse</ h2 >
38
38
< dl >
39
39
< dt > PIXI.Mouse.setContainer(domElement)</ dt >
40
- < dd > Where the mouse’s coordinates should be scaled from .</ dd >
40
+ < dd > What the mouse’s coordinates should be scaled according to (Generally, this should be your Pixi app.view) .</ dd >
41
41
< dt > PIXI.Mouse.down([mouse button])</ dt >
42
42
< dd > Returns true if the button is actively pressed down. - NOTE: Mouse buttons are Primary, Middle, and Secondary.</ dd >
43
43
< dd class ="return "> Boolean</ dd >
@@ -46,10 +46,10 @@ <h2>PIXI.Mouse</h2>
46
46
< dd class ="return "> Boolean</ dd >
47
47
48
48
< dt > PIXI.Mouse.x</ dt >
49
- < dd > The last seen mouse X coordinate, where 0.0-1.0 is within the mouseContainer horizontally from left to right.</ dd >
49
+ < dd > The last seen mouse X coordinate, scaled to the mouseContainer horizontally from left to right.</ dd >
50
50
< dd class ="return "> Number</ dd >
51
51
< dt > PIXI.Mouse.y</ dt >
52
- < dd > The last seen mouse Y coordinate, where 0.0-1.0 is within the mouseContainer vertically from top to bottom.</ dd >
52
+ < dd > The last seen mouse Y coordinate, scaled to the mouseContainer vertically from top to bottom.</ dd >
53
53
< dd class ="return "> Number</ dd >
54
54
</ dl >
55
55
< h2 > PIXI.Audio</ h2 >
You can’t perform that action at this time.
0 commit comments