-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Enable haptic feedback for controllers #1068
Conversation
app/src/common/shared/com/igalia/wolvic/ui/widgets/settings/ControllerOptionsView.java
Outdated
Show resolved
Hide resolved
app/src/common/shared/com/igalia/wolvic/ui/widgets/settings/ControllerOptionsView.java
Outdated
Show resolved
Hide resolved
77aa073
to
1488478
Compare
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.
Looking great. This is so intrusive that we should start with the feature disabled by default.
Apart from that I just have a couple of minor comments.
7818a04
to
5882e2e
Compare
Now we also have this disabled by default |
Users can also disable the haptic feedback in controller settings. Resolves #1067 Signed-off-by: Songlin Jiang <[email protected]>
Signed-off-by: Songlin Jiang <[email protected]>
Signed-off-by: Songlin Jiang <[email protected]>
5882e2e
to
9925ec0
Compare
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.
Neat!
Javi's concerns will be addressed in a follow up as agreed in the review process
Haptic feedback will be triggered when:
MotionEvent.ACTION_HOVER_ENTER
Users can disable the haptic feedback in controller settings.
Resolves #1067