Mouse sensetivity

Started by
0 comments, last by Drakex 18 years, 9 months ago
Is there a way to know with directinput what is the mouse sensetivity? In other words, can you tell how much mm does 1 in the dwData of DIDEVICEOBJECTDATA represent? Thanks in advance.
It's all about the wheel.Never blindly trust technoligy.I love my internal organs.Real men don't shower.Quote:Original post by Toolmaker Quote:Original post by The C modest godHow is my improoved signature?It sucks, just like you.
Advertisement
Something that might help: IDirectInputDevice8::GetObjectInfo. This fills a structure with data about an object (such as a mouse axis). This structure has a member called dwDimension, which has a description of: "A Human Interface Device (HID) code for the dimensional units in which the object's value is reported, if known, or 0 if not known."

Hope that helps.
_______________________________________________________________________Hoo-rah.

This topic is closed to new replies.

Advertisement