bevy/crates/bevy_input/src
David Ackerman 7efb1b1887
Fix initial Android support (#778)
* Add force touches, fix ui focus system and touch screen system

* Fix examples README. Update rodio with Android support. Add Android build CI

* Alter android metadata in root Cargo.toml
2020-11-03 11:32:48 -08:00
..
axis.rs Separate gamepad state code from gamepad event code and other customizations (#700) 2020-10-21 10:27:00 -07:00
gamepad.rs Fix bug of connection event of gamepad at startup (#730) 2020-10-29 13:55:35 -07:00
input.rs Adds derive for missing debug implementations (#597) 2020-10-01 10:58:21 -07:00
keyboard.rs Move ElementState to top-level of bevy_input. Resolves #687. (#769) 2020-11-02 18:16:13 -08:00
lib.rs Fix initial Android support (#778) 2020-11-03 11:32:48 -08:00
mouse.rs Move ElementState to top-level of bevy_input. Resolves #687. (#769) 2020-11-02 18:16:13 -08:00
system.rs Move ElementState to top-level of bevy_input. Resolves #687. (#769) 2020-11-02 18:16:13 -08:00
touch.rs Fix initial Android support (#778) 2020-11-03 11:32:48 -08:00