Nazariglez / Gecko2D

Cross-platform Game Framework
https://nazariglez.github.io/Gecko2D
MIT License
50 stars 7 forks source link

Gamepad Support #60

Open Nazariglez opened 6 years ago

lewislepton commented 6 years ago

bear in mind macOS is a little cunt for running things natively with gamepads. so if you really want gamepads, xinput & magic are a good thing ;)

that or look at the haxeflixel stuff & how they do it ;)

Nazariglez commented 6 years ago

hey @lewislepton, kha has gamepad support, i did not look at it yet but maybe it's covered the mac issues by Robert's works?

lewislepton commented 6 years ago

oh yeah kha does have support, but when making a native application for macOS, it doesn't fully work due to drivers etc that macOS does not have like linux or windows & thats when things like xinput come into play.

I have been wondering how to get it to work myself. but more than likely will look at haxeflixels method to get it working