c# - Finding X & Y positions -
i trying find x & y positions can draw images on part of game window, have no idea how , can't find information on how this, if appreciated, thanks.
you can mouse state mouse class found in microsoft.xna.framework.input;
mousestate mousestate = mouse.getstate(); var x = mousestate.x; var y = mousestate.y;
Comments
Post a Comment