Skip to content

Android: Add haptic feedback on long-press right-click in the editor#117198

Open
uno1982 wants to merge 1 commit intogodotengine:masterfrom
uno1982:Feat--Android-Editor-Hapic-Feedback
Open

Android: Add haptic feedback on long-press right-click in the editor#117198
uno1982 wants to merge 1 commit intogodotengine:masterfrom
uno1982:Feat--Android-Editor-Hapic-Feedback

Conversation

@uno1982
Copy link
Contributor

@uno1982 uno1982 commented Mar 7, 2026

Closes godotengine/godot-proposals#12003
Trigger haptic feedback when a long-press gesture fires a right-click (context menu) in the Android editor. Uses Android's native HapticFeedbackConstants.LONG_PRESS on the render view surface.

An editor setting interface/touchscreen/haptic_on_long_press is added under the existing touchscreen section to allow users to disable this behavior. The setting defaults to enabled on native touchscreen devices.

@uno1982 uno1982 requested review from a team as code owners March 7, 2026 22:11
Trigger haptic feedback when a long-press gesture fires a right-click
(context menu) in the Android editor. Uses Android's native
HapticFeedbackConstants.LONG_PRESS on the render view surface.

An editor setting \interface/touchscreen/haptic_on_long_press\ is added
under the existing touchscreen section to allow users to disable this
behavior. The setting defaults to enabled on native touchscreen devices.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android Editor: Haptic Feedback On Right Click (Long Press Input)

2 participants