HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.97k stars 434 forks source link

Question about inputs. #3075

Closed Joalor64GH closed 6 months ago

Joalor64GH commented 6 months ago

Is there a gamepad/controller alternative of this?

FlxG.keys.getIsDown();
Geokureli commented 6 months ago

check out the snippets: https://snippets.haxeflixel.com/input/gamepad/ and demos: https://haxeflixel.com/demos/GamepadTest/