Is there any way of ascertaining the mouse's position with a precision of more than a single pixel? Some sort of mouse hardware register?
This is a discussion on Mouse Position: High Precision within the Windows Programming forums, part of the Platform Specific Boards category; Is there any way of ascertaining the mouse's position with a precision of more than a single pixel? Some sort ...
Is there any way of ascertaining the mouse's position with a precision of more than a single pixel? Some sort of mouse hardware register?
MSVC++ 6.0
If you want really accurate information about the mouse I'd suggest looking in to some DirectX code for directly accessing your mouse's hardware.
Yes, using mickeys.
Mickeys are individual movements of the mouse on the hardware level. The number of mickeys per pixel is configurable and this is one way that mouse acceleration can be done by adjusting the number of mickeys to make the cursor move faster.
Your best bet would be to search google or msdn for mickeys, but keep in mind that searching for 'mickey mouse' is going to get lots of interference from a particular fictional rodent (mickeys were, of course, named after that rodent).
________
Rutabega