PDA

View Full Version : Get mouse DPI in python



noob_Lance
January 15th, 2006, 02:47 AM
Hey, like it says above... i was wondering if there was any way to get what DPI the mouse is currently set at. anyone know how?

apuglisi
June 3rd, 2010, 04:03 PM
Hey, like it says above... i was wondering if there was any way to get what DPI the mouse is currently set at. anyone know how?

I'm starting to believe that no one knows how to do that :P

StephenF
June 3rd, 2010, 04:41 PM
Such things depend on the degree of support in the hardware and driver.

Aqlor
June 3rd, 2010, 04:55 PM
There are a lot of people who need this and getting the pixel value of the screen. Java can do it but it's really slow, it's weird no one has done it before for a faster language like C or a module for a different language like python. I guess it needs to be made before in C and only then it can be extended to other languages effectively , but I am not sure.