diff options
| author | geequlim | 2017-07-19 09:25:35 +0800 |
|---|---|---|
| committer | geequlim | 2017-07-19 09:25:50 +0800 |
| commit | 5a2500f580025f474a12f0c6afd5129e23a50b14 (patch) | |
| tree | 853754dccd5909a70dd36f530cfbecc94b3aef33 /core/input_map.cpp | |
| parent | 9cf72d0ae174badab07b1461f576955725375046 (diff) | |
| download | godot-5a2500f580025f474a12f0c6afd5129e23a50b14.tar.gz godot-5a2500f580025f474a12f0c6afd5129e23a50b14.tar.zst godot-5a2500f580025f474a12f0c6afd5129e23a50b14.zip | |
Diffstat (limited to 'core/input_map.cpp')
| -rw-r--r-- | core/input_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input_map.cpp b/core/input_map.cpp index 1307c467e..ab7fcb5b1 100644 --- a/core/input_map.cpp +++ b/core/input_map.cpp @@ -281,7 +281,7 @@ void InputMap::load_default() { key->set_scancode(KEY_PAGEDOWN); action_add_event("ui_page_down", key); - //set("display/handheld/orientation", "landscape"); + //set("display/window/handheld/orientation", "landscape"); } InputMap::InputMap() { |
