mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 09:53:25 +00:00
rename Input.get_mouse_speed() to Input.get_last_mouse_speed()
This commit is contained in:
parent
b191ea8f02
commit
a97551902e
11 changed files with 18 additions and 18 deletions
|
@ -1776,7 +1776,7 @@ void VisualScriptEditor::drop_data_fw(const Point2& p_point,const Variant& p_dat
|
|||
if (node) {
|
||||
graph->set_selected(node);
|
||||
_node_selected(node);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (d.has("type") && String(d["type"])=="resource") {
|
||||
|
@ -3082,7 +3082,7 @@ void VisualScriptEditor::_menu_option(int p_what) {
|
|||
//popup disappearing grabs focus to owner, so use call deferred
|
||||
node_filter->call_deferred("grab_focus");
|
||||
node_filter->call_deferred("select_all");
|
||||
} break;
|
||||
} break;
|
||||
case EDIT_COPY_NODES:
|
||||
case EDIT_CUT_NODES: {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue