WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
306 stars 45 forks source link

Decrease a virtual axis overtime #506

Closed Svennixx closed 8 months ago

Svennixx commented 8 months ago

I'm trying to decrease the virtual X axis gently from a set point to 0. Not an instant 100 -> 0 but over a span of 600ms. Is this possible? I tried to use a simple time.sleep function but that halts the whole plugin/Gremlin for that time I set to wait.