You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)
This commit is contained in:
committed by
Rémi Verschelde
parent
029ca80dca
commit
b3b1fdae85
@@ -1580,7 +1580,7 @@ void SpatialEditorViewport::_sinput(const InputEvent &p_event) {
|
||||
nav_mode = NAVIGATION_PAN;
|
||||
}
|
||||
|
||||
} else if (EditorSettings::get_singleton()->get("3d_editor/trackpad_hint")) {
|
||||
} else if (EditorSettings::get_singleton()->get("3d_editor/emulate_3_button_mouse")) {
|
||||
// Handle trackpad (no external mouse) use case
|
||||
int mod = 0;
|
||||
if (m.mod.shift)
|
||||
|
||||
Reference in New Issue
Block a user