bevy/crates/bevy_input/src
François Mockers e6e731017d
bevy_input: build warnings without bevy_reflect (#19862)
# Objective

- bevy_input has build warnings when bevy_reflect isn't enabled

## Solution

- Fix them

## Testing

`cargo build -p bevy_input --no-default-features --features
bevy_math/libm`
2025-06-29 17:13:43 +00:00
..
axis.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
button_input.rs Add support for ButtonInput<Key> (#19684) 2025-06-18 20:15:03 +00:00
common_conditions.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
gamepad.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
gestures.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
keyboard.rs Add support for ButtonInput<Key> (#19684) 2025-06-18 20:15:03 +00:00
lib.rs bevy_input: build warnings without bevy_reflect (#19862) 2025-06-29 17:13:43 +00:00
mouse.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
touch.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00