JoystickGremlin
JoystickGremlin copied to clipboard
Add intermediate output as an option for the Condition action
The Condition action currently only supports, keyboard, joystick, and current input as event sources for condition checking. Triggering on intermedia output events should be added to this list. IO events are already dispatched as standard Event instances in Gremlin and will be picked up just fine by the Condition action but the UI side needs to be added with some support on the functor side.