openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 359 forks source link

Android vibration fixes. #1804

Closed MAJigsaw77 closed 1 day ago

MAJigsaw77 commented 3 weeks ago
MAJigsaw77 commented 5 days ago

@player-03 Can i get a review on this pr?

player-03 commented 1 day ago

Interesting. According to the documentation, the first entry in the array is the delay before vibration starts, so they recommend leaving that 0.

The question is, is this delay a bug or a feature? If it's a bug, we could fix it now. If it's a feature, we probably want to add an argument to toggle it on or off.

MAJigsaw77 commented 1 day ago

Interesting. According to the documentation, the first entry in the array is the delay before vibration starts, so they recommend leaving that 0.

The question is, is this delay a bug or a feature? If it's a bug, we could fix it now. If it's a feature, we probably want to add an argument to toggle it on or off.

I don't really know what to say tbh