Fix missing renaming of Input -> ButtonInput (#12096)
# Objective - Fix a wrongly named type ## Solution - Rename it properly --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									42e61557f8
								
							
						
					
					
						commit
						65267dd1f9
					
				| @ -20,7 +20,7 @@ use bevy_reflect::{ReflectDeserialize, ReflectSerialize}; | |||||||
| /// ## Usage
 | /// ## Usage
 | ||||||
| ///
 | ///
 | ||||||
| /// The event is read inside of the [`mouse_button_input_system`]
 | /// The event is read inside of the [`mouse_button_input_system`]
 | ||||||
| /// to update the [`Input<MouseButton>`](ButtonInput<MouseButton>) resource.
 | /// to update the [`ButtonInput<MouseButton>`] resource.
 | ||||||
| #[derive(Event, Debug, Clone, Copy, PartialEq, Eq, Reflect)] | #[derive(Event, Debug, Clone, Copy, PartialEq, Eq, Reflect)] | ||||||
| #[reflect(Debug, PartialEq)] | #[reflect(Debug, PartialEq)] | ||||||
| #[cfg_attr(
 | #[cfg_attr(
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dimitri Belopopsky
						Dimitri Belopopsky