simphax / Touchmote

Touchmote
GNU General Public License v3.0
116 stars 31 forks source link

Dynamic average to smoothing cursor #74

Closed DevNullx64 closed 1 year ago

DevNullx64 commented 8 years ago

Detecte cursor move delta less than 1% between new and old position and make an average. The average made is propotional to the delta. A light move have a more light impact to the average and bigest have more bigest impact. if delta is greater than or equal to 1%, no computation occure.