VCityTeam / UD-SV

7 stars 3 forks source link

Realize Game Controller Support (N22) #12

Open EmmanuelSchmuck opened 7 years ago

EmmanuelSchmuck commented 7 years ago

Refer to Need 22

Note: check out whether iTowns didn't already do it (maybe for the track pad or for pad interactions?)

EricBoix commented 6 years ago

Can be done with using JoyToKey (Windoze) and QJoyPad (Linux)

Jeremy-Gaillard commented 6 years ago

There's also a JavaScript API: https://developer.mozilla.org/fr/docs/Web/Guide/API/Gamepad

mbredif commented 6 years ago

You can have a look at the geoid example that drives a globecontrol using the gamepad api : https://github.com/iTowns/demo-geoid/blob/gh-pages/index.html#L204-L229