QUOTE (dsr.stoffis @ Oct 17 2007, 00:57 )

KA E DPI??

Dots Pr Inch. Hvor mange punkter musa "leser" pr tomme du flytter musa.
Og for en virkelig rtfm så sier wiki dette
QUOTE
The computer-industry often measures mouse sensitivity in terms of counts per inch (CPI), commonly expressed less correctly as dots per inch (DPI) — the number of steps the mouse will report when it moves one inch. In early mice, this specification was called pulses per inch (ppi).[8]If the default mouse-tracking condition involves moving the pointer by one screen-pixel or dot on-screen per reported step, then the CPI does equate to DPI: dots of pointer motion per inch of mouse motion. The CPI or DPI as reported by manufacturers depends on how they make the mouse; the higher the CPI, the faster the pointer moves with mouse movement. However, software can adjust the mouse sensitivity, making the cursor move faster or slower than its DPI. Current software can change the speed of the pointer dynamically, taking into account the mouse's absolute speed and the movement from the last stop-point. Different software may name the settings "acceleration" or "speed" — referring respectively to "threshold" and "pointer precision".
For simple software, when the mouse starts to move, the software will count the number of "counts" received from the mouse and will move the pointer across the screen by that number of pixels (or multiplied by a factor f1=1,2,3). So, the pointer will move slowly on the screen, having a good precision. When the movement of the mouse reaches the value set for "threshold", the software will start to move the pointer more quickly; thus for each number n of counts received from the mouse, the pointer may move (f2 x n) pixels, where f2=2,3...10. Usually, the user can set the value of f2 by changing the "acceleration" setting.
Operating systems sometimes apply acceleration, referred to as "ballistics", to the motion reported by the mouse. For example, versions of Windows prior to Windows XP doubled reported values above a configurable threshold, and then optionally doubled them again above a second configurable threshold. These doublings applied separately in the X and Y directions, resulting in very nonlinear response. For example one can see how the things work in Microsoft Windows NT. Starting with Windows XP OS version of Microsoft and many OS versions for Apple Macintosh, computers use a smoother ballistics calculation that compensates for screen-resolution and has better linearity.