From 65267dd1f9c5417d902160f938b643369a952f20 Mon Sep 17 00:00:00 2001 From: Dimitri Belopopsky Date: Sat, 24 Feb 2024 19:41:17 +0100 Subject: [PATCH] Fix missing renaming of Input -> ButtonInput (#12096) # Objective - Fix a wrongly named type ## Solution - Rename it properly --------- Co-authored-by: Alice Cecile Co-authored-by: Nicola Papale --- crates/bevy_input/src/mouse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_input/src/mouse.rs b/crates/bevy_input/src/mouse.rs index 4eb34c6187..2e9b98602c 100644 --- a/crates/bevy_input/src/mouse.rs +++ b/crates/bevy_input/src/mouse.rs @@ -20,7 +20,7 @@ use bevy_reflect::{ReflectDeserialize, ReflectSerialize}; /// ## Usage /// /// The event is read inside of the [`mouse_button_input_system`] -/// to update the [`Input`](ButtonInput) resource. +/// to update the [`ButtonInput`] resource. #[derive(Event, Debug, Clone, Copy, PartialEq, Eq, Reflect)] #[reflect(Debug, PartialEq)] #[cfg_attr(