renamed Pos and Pos3
This commit is contained in:
@@ -15,7 +15,7 @@ abstract EventMap(Array<{bound:Rect, delegate:IUIEventDelegate}>) {
|
||||
}
|
||||
}
|
||||
|
||||
public function findResponseableDelegate(pos:Pos):IUIEventDelegate {
|
||||
public function findResponseableDelegate(pos:ScreenPos):IUIEventDelegate {
|
||||
for (i in 0...this.length) {
|
||||
var newi = (this.length - 1) - i;
|
||||
var element = this[newi];
|
||||
|
||||
Reference in New Issue
Block a user