Hello,
I'm new to all this, but I can't seem to find a way to speed up the mouse movement. Additionally I'd like to reduce the acceleration stop factor to zero and have it start one speed and remain until the button is released. I found this thread (http://www.eventghost.org/forum/viewtopic.php?f=2&t=233) and tried adding the python script, but it doesn't seem to make a difference.
Anyone out there able to help me out?
Thank you!!
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Mouse emulation help
Re: Mouse emulation help
Well, I can change the speed okay. However I'd like to fix the issue of the acceleration stop factor. Basically I'd like it to stop when I let go of the button. Currently it keeps rolling a bit. Seems like it would be an easy fix.
This is the code I'm using:
If I change the last option to 0 (zero), the mouse won't work at all.
This is the code I'm using:
Code: Select all
eg.plugins.Mouse.plugin.thread.maxSpeed = 10
eg.plugins.Mouse.plugin.thread.accelerationFactor = 0.005
eg.plugins.Mouse.plugin.thread.accelerationStopFactor = 0.05