-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bevy Input Docs : gamepad.rs #9469
Bevy Input Docs : gamepad.rs #9469
Conversation
Example |
pub fn disconnected(&self) -> bool { | ||
!self.connected() | ||
} | ||
} | ||
|
||
/// Gamepad event for when the "value" on the axis changes | ||
/// by an amount larger than the threshold defined in [`GamepadSettings`]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be interesting to know when this is usually emitted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see how to make the docs more clear 🤔
Any suggestion ?
Great work on adding docs :) I really like seeing this! |
Co-authored-by: Pascal Hertleif <killercup@gmail.com>
Co-authored-by: Pascal Hertleif <killercup@gmail.com>
Co-authored-by: Pascal Hertleif <killercup@gmail.com>
Co-authored-by: Pascal Hertleif <killercup@gmail.com>
Example |
3 similar comments
Example |
Example |
Example |
Example |
Objective
Complete the documentation of
bevy_input
(#3492).This PR is part of a triptych of PRs :
Solution
Add missing documentation on items in
gamepad.rs