Input|Client: Controller presets via Doomsday Script; basic PS3 bindings
The client's "controllers" DS module inserts a set of objects into the Input.controllerPresets dictionary. Each object has a bind() method that is called when the preset is taken into use.
This commit has basic Doom-compatible PS3 gamepad bindings. Heretic and Hexen bindings (mostly for the inventory) are still missing.
Input|Client: Controller presets via Doomsday Script; basic PS3 bindings
The client's "controllers" DS module inserts a set of objects into the
Input.controllerPresets dictionary. Each object has a bind() method
that is called when the preset is taken into use.
This commit has basic Doom-compatible PS3 gamepad bindings. Heretic
and Hexen bindings (mostly for the inventory) are still missing.
IssueID #2112