WhiteMagic

Results 204 comments of WhiteMagic

I just looked through the code and yeah the mode switch has a previous mode stored away in an entirely different class. I had thought I used a different mechanism...

- Adding items to actions/inputs will be done via the Reference action - Removing items will not be supported as that can lead to highly undesirable outcomes due to connections...

This looks really neat, two things I'd change: 1. I would probably put the led control logic into the plugin itself as I doubt any other part of Gremlin is...

The `PhysicalInputVariable` is not intended to be used with a keyboard but only with joysticks. The workaround would be to use the `StringVariable` and use that key as the macro...

As R14 will require a complete rewrite of all UI components this action won't be merged as there will be no R13 code-branch releases anymore. However, this PR still allows...

If this reordering affects the internal IDs vJoy uses to identify its devices there is nothing that can be done about this. Gremlin does not use or care about windows...

This definitely sounds like an issue related to language settings. In that part of the code Gremlin tries to save the profile to a file but fails because it can't...

I tried to get the error to happen on my machine with your profile though sadly nothing broke. Looking at the profile itself there also isn't anything in there that...

The typical way to get joystick state information is via the `JoystickProxy` class which returns `JoystickWrapper` instances which cache device state information based on the events Gremlin receives. The reason...

When I get to redo some of those encoding bits I'll try to use a different system locale setting to trigger the error and then see if there is a...