March 28, 201510 yr Looking through the API i see nothing close to Mouse.location() it used to return the mouse x, and y on screen and such. My question is does anyone know of anything like this or has anyone created a method for this yet?
March 28, 201510 yr Author mouse.getPosition() It return a point and from that you can get the x and y. omg how the hell did I miss that ty
Create an account or sign in to comment