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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -