File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ var PointerDownEvent = new Class({
1313
1414 this . pointer = pointer ;
1515 this . gameObject = gameObject ;
16+ this . input = gameObject . input ;
1617
1718 this . x = gameObject . input . localX ;
1819 this . y = gameObject . input . localY ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ var PointerOutEvent = new Class({
1313
1414 this . pointer = pointer ;
1515 this . gameObject = gameObject ;
16+ this . input = gameObject . input ;
1617
1718 this . x = gameObject . input . localX ;
1819 this . y = gameObject . input . localY ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ var PointerOverEvent = new Class({
1313
1414 this . pointer = pointer ;
1515 this . gameObject = gameObject ;
16+ this . input = gameObject . input ;
1617
1718 this . x = gameObject . input . localX ;
1819 this . y = gameObject . input . localY ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ var PointerUpEvent = new Class({
1313
1414 this . pointer = pointer ;
1515 this . gameObject = gameObject ;
16+ this . input = gameObject . input ;
1617
1718 this . x = gameObject . input . localX ;
1819 this . y = gameObject . input . localY ;
You can’t perform that action at this time.
0 commit comments