I am trying to change the mouse tracking speed (note: not acceleration) for the application I'm working on. I have always looked for a way to do this, but could not find anything. I suspect this is due to the value that I provide in this function on the IOKit / hidsystem Framework:
IOHIDSetAccelerationWithKey(handle, CFSTR(kIOHIDMouseAccelerationType), mouseAcceleration);
Being a mouseAcceleration, I suspect there is a hexadecimal value that determines both acceleration and speed.
Has anyone encountered this problem and could help me?
Thanks in advance
source
share