Delete selected nodes with the Delete key

This commit is contained in:
Mariano Javier Suligoy 2015-07-26 21:57:27 -03:00
parent add0105c4e
commit d7279ddaf2
3 changed files with 49 additions and 0 deletions

View file

@ -147,6 +147,7 @@ class ShaderGraphView : public Node {
void _move_node(int p_id,const Vector2& p_to);
void _duplicate_nodes_request();
void _duplicate_nodes(Array &p_nodes);
void _delete_nodes_request();
void _scalar_const_changed(double p_value,int p_id);
void _vec_const_changed(double p_value, int p_id, Array p_arr);