Fix small typo in gamepad.rs
docs (#7411)
Fix typo, change: `girls` to `gilrs`.
This commit is contained in:
parent
9d52aaede3
commit
477ef70936
@ -337,7 +337,7 @@ impl GamepadAxis {
|
|||||||
///
|
///
|
||||||
/// ## Note
|
/// ## Note
|
||||||
///
|
///
|
||||||
/// The [`GamepadSettings`] are used inside of `bevy_gilrs` to determine when raw gamepad events from `girls`,
|
/// The [`GamepadSettings`] are used inside of `bevy_gilrs` to determine when raw gamepad events from `gilrs`,
|
||||||
/// should register as a [`GamepadEvent`]. Events that don't meet the change thresholds defined in [`GamepadSettings`]
|
/// should register as a [`GamepadEvent`]. Events that don't meet the change thresholds defined in [`GamepadSettings`]
|
||||||
/// will not register. To modify these settings, mutate the corresponding resource.
|
/// will not register. To modify these settings, mutate the corresponding resource.
|
||||||
#[derive(Resource, Default, Debug, Reflect, FromReflect)]
|
#[derive(Resource, Default, Debug, Reflect, FromReflect)]
|
||||||
|
Loading…
Reference in New Issue
Block a user