InputEvent: Renamed "pos" property to "position"
Make the naming consistent with other classes.
This commit is contained in:
parent
5a6d4971e1
commit
9bc5348961
51 changed files with 282 additions and 282 deletions
|
|
@ -3736,7 +3736,7 @@ void EditorNode::_dock_select_input(const Ref<InputEvent> &p_input) {
|
|||
|
||||
if (me.is_valid()) {
|
||||
|
||||
Vector2 point = me->get_pos();
|
||||
Vector2 point = me->get_position();
|
||||
|
||||
int nrect = -1;
|
||||
for (int i = 0; i < DOCK_SLOT_MAX; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue