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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -