cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
901 stars 115 forks source link

Multiple input devices per player #324

Closed cxong closed 2 years ago

cxong commented 10 years ago

Right now, there is a one-to-one relationship between input devices and player. This doesn't have to be the case, as player commands have already been decoupled from input events.

With multiple input devices, we can have:

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

cxong commented 2 years ago

Not needed - removed mouse as input, and keyboard+mouse wouldn't be so good (shooting still needs to be limited to 8 directions), and GCW-Zero support is not being maintained