openfl / lime

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

Implement controller rumble support to ui/Gamepad #1739

Open cuckydev opened 6 months ago

cuckydev commented 6 months ago

This PR adds a controller rumble method to the ui/Gamepad class. At this time, it only implements the native/SDL2 backend. HTML5 should be simple as well, although browser support for rumble is lacking as of writing this.

Closes #869

ninjamuffin99 commented 6 months ago

I've tested this as working!

ninjamuffin99 commented 6 months ago

many of the whitespacing/formatting issues should be fixed up now @player-03 and the changes should be easier to parse through and read!

Geokureli commented 1 month ago

Any updates on this?