bitDecayGames / haxeflixel-template

Basic game template with FMOD and Bitlytics tie-ins ready to build from
3 stars 1 forks source link

Add support for dual-analog controller #74

Closed MondayHopscotch closed 2 months ago

MondayHopscotch commented 2 months ago

We have SimpleController, but it doesn't support the full XBOX/PSX style controller (triggers, dual analog, more buttons). Add either an extension or separate controller class for something like DualStickController or whatever.

MondayHopscotch commented 2 months ago

This is now all inside of AnalogController that handles dual sticks as well as left/right triggers