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.

Mouse plugin - speed adjustment

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
Post Reply
skat
Posts: 48
Joined: Thu Jun 23, 2011 10:11 am

Mouse plugin - speed adjustment

Post by skat »

I would like to request the following code change to the default mouse plugin (<Program Files>\EventGhost\plugins\Mouse).

Change line 109 to:

Code: Select all

                self.speed = self.iniSpeed
Insert new line 68:

Code: Select all

    iniSpeed = 0.06
It is cleaner than hardcoding and also easier to reset the value in a script.

Thanks in advance.
Post Reply