Mouse Error

BlitzPlus Forums/BlitzPlus Programming/Mouse Error

Petron(Posted 2007) [#1]
On the app that I am writing the game thinks that the mousex() and mousey() are a little lower and to the left of the actual cursor. This messes up all the in-game menus. Any Ideas on how to fix this?


b32(Posted 2007) [#2]
I never noticed this problem before, however I did have trouble using MouseXSpeed() on scaled windows.
If the app. runs fullscreen, maybe you could hide the cursor and draw your own cursor instead.


Petron(Posted 2007) [#3]
I want it as a windowed game. Other codeing that I have done only works in a window.


Petron(Posted 2007) [#4]
The mousex() and mousey() are changed by the distance from the origin in the corner of my monitor. Is there a way to fix this, or should I program around it?


Petron(Posted 2007) [#5]
I figured out what I was doing wrong, don't post anymore.


Adam Novagen(Posted 2007) [#6]
OK, I won't... ^_^