flixel icon indicating copy to clipboard operation
flixel copied to clipboard

Implement controller rumble support to FlxGamepad

Open cuckydev opened this issue 1 year ago • 3 comments

This implements the following openfl pull request: https://github.com/openfl/openfl/pull/2679

NOTE: This is a draft as the above pr hasn't been merged yet. This is also causing the tests to fail currently.

cuckydev avatar Jan 03 '24 09:01 cuckydev

in the future, make sure your .vscode/settings.json has "editor.formatOnSaveMode": "modifications" to avoid changing whitespace in the entire file

Geokureli avatar Jan 03 '24 14:01 Geokureli

in the future, make sure your .vscode/settings.json has "editor.formatOnSaveMode": "modifications" to avoid changing whitespace in the entire file

Yeah I noticed that after making the pr. Is there a simple way for me to correct this at this time?

cuckydev avatar Jan 03 '24 14:01 cuckydev

Is there a simple way for me to correct this at this time?

It shouldn't cause problems in this PR, leave it as is

Geokureli avatar Jan 03 '24 16:01 Geokureli