Add the button pressed to some signals in Tree
This commit is contained in:
+1
-1
@@ -466,7 +466,7 @@ private:
|
||||
|
||||
void _notification(int p_what);
|
||||
|
||||
void item_edited(int p_column, TreeItem *p_item, bool p_lmb = true);
|
||||
void item_edited(int p_column, TreeItem *p_item, MouseButton p_mouse_index = MouseButton::NONE);
|
||||
void item_changed(int p_column, TreeItem *p_item);
|
||||
void item_selected(int p_column, TreeItem *p_item);
|
||||
void item_deselected(int p_column, TreeItem *p_item);
|
||||
|
||||
Reference in New Issue
Block a user