Xander
Xander
The DualSense controller provides a USB Audio device. In Windows' device manager, the audio device shows a parent device of `USB\VID_054C&PID_0CE6\8&ef6451e&0&8`. The matching VID/PID of the controller. I need this...
# Problem Currently channel maps require every channel of the output map is bound to a valid input channel. There is currently no way to map an output channel to...
After the second window attaches, there is no way to regain proper window focus on the first one, and if the second is unfocused, neither window ever gets focus. This...
Buttons don't respond. Potentially because the client windows receive the input. Could be fixed by #573 or by changing some z-ordering stuff.
Current window organisation does not respect the *client area* of the parent window, so it appears under the window title and slightly below too.
This is the tracking issue for the many reports of this. ## Description When Controlify triggers certain vibration effects in game, like using a shield, falling into water, and getting...
This might be tricky. On Windows, they show up as an 'Unknown device' whilst pairing, and immediately disconnect when Windows attempts to pair. From what I understand, these devices are...
```java @Inject( method = "init", at = @At( value = "INVOKE:LAST", target = "...", shift = At.Shift.AFTER ) ) ``` This applies to all valid injection points, not just the...