mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 03:34:17 +00:00
Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)
This commit is contained in:
parent
029ca80dca
commit
b3b1fdae85
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue