I was wondering if there was a way to give mouse movement on an empty form some lag/delay? For instance, user moves mouse, and the cursor is
20ms (possible adjustable from some option) behind the movement. So when user stops moving mouse, 20ms later the cursor itself stops
moving...
I tried using:
Windows.Forms.C ursor.Current.P osition = New System.Drawing. Point(x,y)
and forms of sleep/timer events but cant seem to get it to work correctly....
Well anyway if anyone knows how to do it, some help would be appreciated.
20ms (possible adjustable from some option) behind the movement. So when user stops moving mouse, 20ms later the cursor itself stops
moving...
I tried using:
Windows.Forms.C ursor.Current.P osition = New System.Drawing. Point(x,y)
and forms of sleep/timer events but cant seem to get it to work correctly....
Well anyway if anyone knows how to do it, some help would be appreciated.
Comment