The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
Double-click time, move threshold, scroll wheel multiplier, menu button configuration: enable/disable, left/right.
Things which are need to be done in GUI:
NSUserDefaults should send notification to NSDistributedNotificationCenter on defaults change. This will allow all running applications adjust mouse properties on the fly.
NSScrollView (NSScroller) should respect "GSMouseScrollMultiplier" value.
Double-click time, move threshold, scroll wheel multiplier, menu button configuration: enable/disable, left/right.
Things which are need to be done in GUI: