Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change the OS X mouse acceleration curves' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change the OS X mouse acceleration curves
Authored by: 1010011010 on Aug 06, '05 05:14:51PM
Oops, wrong code snippet.

/* These methods are NOT supported and will return NULL values.   */
   extern void NXSetMouseScaling(NXEventHandle handle,    NXMouseScaling *scaling)
   AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_4;

This program uses:

            /* Disable the mouse scaling table */
            ms.numScaleLevels = 0;
            NXSetMouseScaling(evs, &ms);
I wonder how long it will work, and what the replacement is?

[ Reply to This | # ]
Change the OS X mouse acceleration curves
Authored by: fsugolf06 on Aug 15, '05 05:35:40PM

How do you turn this thing off. I did it and now i hate it. Someone please help!



[ Reply to This | # ]