Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add gamepad rumble support to bevy_input #8398
Add gamepad rumble support to bevy_input #8398
Changes from 21 commits
0707bdc
8bfbfda
1628d42
a2f5fd9
6ca8654
34e6420
08e5690
7787e6a
55985d7
0b5615f
47dd5b3
dc75f63
d16c375
bac6ddd
c36af78
254be0f
7fed666
e54e6ef
d092d2a
90079b9
1f4e744
23668eb
fbc5283
e26fd82
ef0e248
fc92a5b
d455a2b
307eadc
380764a
71a09b6
9a0a616
714f2af
643b9a4
8d0ab03
52c7f4f
fc21d2f
677fd91
dcf8e2e
58825df
f9748db
ecd61ca
e07a55c
d83959a
388ef33
836218a
fa5ceb0
f5ed292
7978fae
438051f
f250fb8
4261821
103fceb
1829fc7
a87e486
673facd
990a262
98b26f0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Doc strings please. This is used as a non-send resource below, but it's hard to figure out the intent of this at first glance.
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 renamed it to
RunningRumbleEffects
, which should hopefully make its purpose more clear, and added a little bit for explanation.