Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)

This commit is contained in:
sunnystormy 2016-06-21 06:16:06 -04:00 committed by Rémi Verschelde
parent 029ca80dca
commit b3b1fdae85
2 changed files with 2 additions and 2 deletions

View file

@ -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)