If I wanted to place a point in space, who would code an engine that moves the point when I wiggle my mouse, which has XY axis? Electronic Arts or someone. Don't know how to do it off hand.
Printable View
If I wanted to place a point in space, who would code an engine that moves the point when I wiggle my mouse, which has XY axis? Electronic Arts or someone. Don't know how to do it off hand.
Ho do you want to display this "space"? If you are using a PictureBox, just use the _MouseMove Event, the x and y of the mouse are already there!