Mouse plugin - speed adjustment
Posted: Mon Jun 27, 2011 3:51 am
I would like to request the following code change to the default mouse plugin (<Program Files>\EventGhost\plugins\Mouse).
Change line 109 to:
Insert new line 68:
It is cleaner than hardcoding and also easier to reset the value in a script.
Thanks in advance.
Change line 109 to:
Code: Select all
self.speed = self.iniSpeedCode: Select all
iniSpeed = 0.06Thanks in advance.