You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[android] Fixed wrong button mask for right click
This commit is contained in:
@@ -377,7 +377,7 @@ MouseButton AndroidInputHandler::_android_button_mask_to_godot_button_mask(int a
|
|||||||
if (android_button_mask & AMOTION_EVENT_BUTTON_BACK) {
|
if (android_button_mask & AMOTION_EVENT_BUTTON_BACK) {
|
||||||
godot_button_mask |= MOUSE_BUTTON_MASK_XBUTTON1;
|
godot_button_mask |= MOUSE_BUTTON_MASK_XBUTTON1;
|
||||||
}
|
}
|
||||||
if (android_button_mask & AMOTION_EVENT_BUTTON_SECONDARY) {
|
if (android_button_mask & AMOTION_EVENT_BUTTON_FORWARD) {
|
||||||
godot_button_mask |= MOUSE_BUTTON_MASK_XBUTTON2;
|
godot_button_mask |= MOUSE_BUTTON_MASK_XBUTTON2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user