FlameMan

Results 17 comments of FlameMan

Ok, so all leads to SDL's new feature implementation and without it we are unable to go forward. Thank you for clarification.

So it finally happened for DualShock 3 with this [commit](https://github.com/libsdl-org/SDL/commit/aaee6e242c6309e33ac67c70ed96183beef6a75c) and SDL is supporting pressure-sensitive face buttons. 😁 For now, supports only DS3 and DS2 adapters which convert signals to...

Pressure sensitivity on touch screens are working in this way. Iphone's 3D touch is counting pixels too. I think it is possible to achieve on gamepads by adding support for...

Do we have any chances for DirectInput mode for Xb2XInput in the future? It would let to enable analog buttons on PC. Currently we do not have proper driver which...

Great to know! At least one emulator supports OG controller properly. Now we need someone to create DirectInput driver based on this solution and controller will have perfect support on...

So it finally happened for DualShock 3 with this [commit](https://github.com/libsdl-org/SDL/commit/aaee6e242c6309e33ac67c70ed96183beef6a75c) and SDL is supporting pressure-sensitive face buttons. 😁 For now, supports only DS3 and DS2 adapters which convert signals to...

I have one interesting update. _ReWASD team has introduced [Virtual DS3 controller](https://www.rewasd.com/releases/release-6.3.0) which can emulate pressure-sensitive buttons on every supported controller. It means that even Xbox One controllers can have...

Good idea, but I think it will be good to implement #83 first, because projects like [Aurora](https://github.com/antonpup/Aurora ) and [RGB.NET](https://github.com/DarthAffe/RGB.NET) are converting different light APIs into one synchronized system. Just...

Ah, that makes sense. So before implementing impulse trigger vibration support, DualSenseX will have to add Xbox One controller emulation before? Then it will be able to read trigger vibration...

No, no. It have to be a "supported device connector". As game DualSenseX will send signals to change color of different devices, but we need to be receiver of these...