Page 1 of 1

Mouse plugin - speed adjustment

Posted: Mon Jun 27, 2011 3:51 am
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.