TygoKooistra

Results 2 comments of TygoKooistra

This might be better implemented in `gilrs`, the input library bevy uses. I don't think it has an open issue about this. Alternatively `steamworks-sys` provides a function called [SetDualSenseTriggerEffect](https://docs.rs/steamworks-sys/0.11.0/steamworks_sys/fn.SteamAPI_ISteamInput_SetDualSenseTriggerEffect.html) that...

> steamworks-sys Actually if you or anyone else end up going this route, it looks like [ScePadTriggerEffectParam](https://docs.rs/steamworks-sys/0.11.0/steamworks_sys/struct.ScePadTriggerEffectParam.html?search=ScePadTriggerEffectParam) cannot be constructed in the rust bindings, and the relevant constants are not...