mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix small typo in gamepad.rs
docs (#7411)
Fix typo, change: `girls` to `gilrs`.
This commit is contained in:
parent
9d52aaede3
commit
477ef70936
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ impl GamepadAxis {
|
|||
///
|
||||
/// ## 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`]
|
||||
/// will not register. To modify these settings, mutate the corresponding resource.
|
||||
#[derive(Resource, Default, Debug, Reflect, FromReflect)]
|
||||
|
|
Loading…
Reference in a new issue