MouseX vs VirtualMouseX
BlitzMax Forums/BlitzMax Programming/MouseX vs VirtualMouseX| 
 | ||
| What's the difference? Thanks | 
| 
 | ||
| If you're using virtual resolutions, you need to use VirtualMouseX().  Because when you're using virtual resolutions, your game logic is running in a different resolution to what the player's screen is set to. Simple as that, really. |