WhiteMagic / JoystickGremlin

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

Non-Device based events #140

Open WhiteMagic opened 6 years ago

WhiteMagic commented 6 years ago

Add other types of events that Gremlin can react to. Currently the only events that reactions to occur are device inputs.

Possible additions include mode change, activation & deactivation, etc. This would allow solving some existing issues easier and providing more flexibility in what actions happen.

IslandJohn commented 4 years ago

+1 to also allows for "on config" and "on run" events (e.g. when the plugin is executed for config vs. when run).