bevy/crates/bevy_input
Fishy 79e7c93060 Support for additional gamepad buttons and axis (#5853)
# Objective

Extend the scope of Gamepad to accommodate devices that have more inputs than a typical controller.

## Solution

Add additional enum variants to both _GamepadButtonType_ and _GamepadAxisType_ that supports up to 255 more non-standard buttons/axis respectively. 

## Personal motivation

I have been writing an alternative to the GILRS crate, and with this simple change to the source code, It will be a trivial thing to direct new devices through the bevy systems, even when they do not always behave exactly like your typical controller.
2022-09-02 02:16:18 +00:00
..
src Support for additional gamepad buttons and axis (#5853) 2022-09-02 02:16:18 +00:00
Cargo.toml register missing reflect types (#5747) 2022-08-23 17:41:39 +00:00