Re: [Algorithms] mouse smoothing
Brought to you by:
vexxed72
|
From: James R. <ja...@fu...> - 2009-09-14 07:03:54
|
Err, you really shouldn't be using raw input any more. You should be obtaining mouse data through the Windows messages sent to your application/window. More importantly you shouldn't attempt to by pass any acceleration that Windows provides per the users settings. (There's nothing worse than trying to play a game with a mouse cursor that crawls across the screen like a snail with a broken leg.) Tibor Klajnscek wrote: > I haven't seen anyone mention this, but if you're using raw input > (which is most likely the case), you're bypassing all windows' > sensitivity and acceleration functions already. > > Cheers, > Tibor > > On 13.9.2009 8:31, Jeff Russell wrote: >> This thread has been totally worth it, just for adding "delta mickey" >> to my vocabulary. Bypassing windows mouse acceleration curves might >> be of interest to developers, actually, I had forgotten about that. >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> GDAlgorithms-list mailing list >> GDA...@li... >> https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list >> Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list |