Keeping Cursor on 1 screen
Yup it's another 2 screens/monitors problem.
In all fullscreen games I have played, you cannnot move your mouse onto the 2nd screen, but in MMF2 apps, you can. Is there any way to prevent the mouse from going on to the second screen?
I tried using the mouse object to 'always' move the mouse cursor to 'min(Mouse cursor x,1280) but what happens is the mouse goes onto the second screen and it is sortof pushed back so that if you move the mouse fast enough, it can still be on the second screen. See what I'm saying?
Re: Keeping Cursor on 1 screen
If you have MMF2 Developer, the Sphax Kernel object can confine the cursor to a certain area.
Re: Keeping Cursor on 1 screen