I need to modify the cursor postion and "transport" from one location to the other.
this question mentioned to use System.Window.Forms
the problem is Im having a hard time referencing the dll in monodevelop. I clicked the edit referance button and checked the proper dll. I also added the using statement and used the proper
System.Windows.Forms.Cursor.Position command.
The project compiles correctly but when Unity compiles it I get the error
The type or namespace name `Windows' does not exist in the namespace`System'. Are you missing an assembly reference?
Then when I come back to monodevelop System.Windows.Forms is no longer checked as an assembly referance and it no longer compiles.
Ive tried using save and build commands to save the settings, None seem to work, maby unity is actually incompatible with this assembly referance?
Im not using a webplayer, I know webplayers are incompatible with it.
Does anyone know what I might be doing wrong with setting up my referances, or possibly an alternate way to set the mouse cursor position?
Also note that this is for a special purpose program that I know for sure will always be used on a PC, so its ok if using system.windows namespace prevents it from being cross compatible.
Thanks