freebsd-dev/usr.sbin/moused
Philip Paeps d933824786 Fix a (very) longstanding bug in moused(8) affecting high-resolution rodents
when linear acceleration (-a) was enabled with a <1 value to slow them down.

Previously, rounding errors would eat small movements so the mouse had to be
moved a certain distance to get any movement at all.  We now calculate the
rounding errors and take them into account when reporting movement.

PR:		bin/113749
Submitted by:	Oliver Fromme <olli -at- secnetix.de>
MFC after:	3 days
2007-06-17 20:27:54 +00:00
..
Makefile Add dynamic acceleration to moused(8). This introduces a '-A' flag to control 2007-03-11 20:02:26 +00:00
moused.8 Add dynamic acceleration to moused(8). This introduces a '-A' flag to control 2007-03-11 20:02:26 +00:00
moused.c Fix a (very) longstanding bug in moused(8) affecting high-resolution rodents 2007-06-17 20:27:54 +00:00