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>
3737 < h2 > PIXI.Mouse</ h2 >
3838 < dl >
3939 < 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 >
4141 < dt > PIXI.Mouse.down([mouse button])</ dt >
4242 < dd > Returns true if the button is actively pressed down. - NOTE: Mouse buttons are Primary, Middle, and Secondary.</ dd >
4343 < dd class ="return "> Boolean</ dd >
@@ -46,10 +46,10 @@ <h2>PIXI.Mouse</h2>
4646 < dd class ="return "> Boolean</ dd >
4747
4848 < 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 >
5050 < dd class ="return "> Number</ dd >
5151 < 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 >
5353 < dd class ="return "> Number</ dd >
5454 </ dl >
5555 < h2 > PIXI.Audio</ h2 >
You can’t perform that action at this time.
0 commit comments