MouseX vs VirtualMouseX

BlitzMax Forums/BlitzMax Programming/MouseX vs VirtualMouseX

BLaBZ(Posted 2013) [#1]
What's the difference?

Thanks


GfK(Posted 2013) [#2]
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.