-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Gamepad support #119
Copy link
Copy link
Closed
Labels
F - wontfixThis will not be worked onThis will not be worked onS - apiDesign and usabilityDesign and usabilityS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Description
Surprised nobody's tackled this one yet. We already handle keyboard and mouse input, so gamepad input seems to be the logical next step.
Anyone looking for inspiration might want to see how SDL2 does this: basically they maintain a list of controllers and map them as closely to the XInput layout as possible. That doesn't have to be the strategy we use here, and there is some legacy code in there as well (mainly deprecated Windows APIs like DirectInput), but I think it's a reasonable starting point.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
F - wontfixThis will not be worked onThis will not be worked onS - apiDesign and usabilityDesign and usabilityS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?