JoystickGremlin
JoystickGremlin copied to clipboard
Reduce code duplication in the condition action's QML code
Every condition duplicates logic the create an appropriate comparator. This should be extracted into a generic reusable component. Somewhat tricky as object life time, creation, and visibility get funny.