PDA

View Full Version : Mouse acceleration -> Need help



Ron
October 13th, 2002, 03:55 PM
Cool! You are almost there,... if you use the alarm timer plugin with the timeout set you can make that one reset the mousespeed. Take a peek at that it,.. if you are having problems with it let me know!

Regards,
Ron

BSchuler
October 13th, 2002, 03:55 PM
When done...Post exported group pleaze. I would like this....

infrared
October 13th, 2002, 03:55 PM
Hey.. I just got Girder, and found it works best with my packard bell remote.. Anyway, I was trying out other software and found a neat feature called mouse acceleration in some of the other softwares..

I'm trying to incorporate this feature into girder using registers, but a problem I face is resetting a register after a button is released. I know girder doesn't really look at buttons through button down/button up, but do you think there is anyway to rig something up? Maybe make a multicommand and one of the commands to somehow set a timestamp in a register and then next time the multicommand is called if the current timestamp minus the register is greater than 50 milliseconds to reset? I just need some way of figuring out if the key has been lifted..

The way I am doing it right now is have a register and each button increase the register. I have 3 mousegroups: Mousespeed1 mousespeed2 and mousespeed3.. the step for mousespeed1 is 2, step for 2 is 10 and step for 3 is 40.. Basically, if the register is = to 5 it disables mousespeed1 and moves on to mousespeed2, once it hits 15 it disables mousespeed2 and enables mousespeed3.. now here is my problem, I want to enable mousespeed1 and disable 3 once the button is lifted, but there is no way to see this in girder. I was thinking of adding another button to reset the states but that seems cheezy.

If any of you have any suggestions, please reply. Worse come worse I can try to code a plugin, or I guess just live with constant velocity..

Jason

infrared
October 13th, 2002, 03:55 PM
Mouse up beta 0.1b is posted in new topic.. This is only for the mouse up hehe.. it's just a preview of whats to come..