2
I am developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors have the computer, and calculates using a Rectangle to popular the same.
Here it is all right, my question is why the mouse cursor has the decision to be the main monitor.
For example: If I open the app on the left screen, the app starts on the left screen, if I open the app on the right screen, the app opens on the right screen.
Is there any way to prevent the mouse from managing the main monitor?
As far as I know the cursor on the screen is part of the Desktop interface and not of the application and it is based on the mouse/mouse position by the user, if I understand you want to force the cursor repositioning, I find this a bad practice, since the cursor should be manipulated by the user. It’s just an opinion. Maybe I didn’t understand what you asked.
– Guilherme Nascimento