buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
89 stars 22 forks source link

SendVibrateCmd only vibrates one motor #47

Closed sippeangelo closed 3 years ago

sippeangelo commented 3 years ago

It's unclear what's the intended behavior is, but I would have assumed SendVibrateCmd without any additional parameters to vibrate all available motors. This seems to be a regression from the old C# API, which would do this.

https://github.com/buttplugio/buttplug-rs-ffi/blob/44ac74b2ac3d7f4f8f926b1586386259b74d2081/csharp/ButtplugCSharpFFI/ButtplugClientDevice.cs#L65

https://github.com/buttplugio/buttplug-csharp/blob/40713a450e8224ac408ad4175f75b6f19b915cb8/Buttplug/Client/ButtplugClientDevice.cs#L208