-Take in consideration canvas layers for GUI input

This commit is contained in:
Juan Linietsky
2016-01-24 10:57:42 -03:00
parent c247f5ad61
commit 35a28f3442
4 changed files with 17 additions and 1 deletions

View File

@ -2071,6 +2071,8 @@ Control *Control::get_root_parent_control() const {
return const_cast<Control*>(root);
}
void Control::_bind_methods() {