fix(input): align touch axes with panel
This commit is contained in:
@@ -25,8 +25,8 @@ static int l_input_getRawTouch(lua_State* L) {
|
||||
return 1;
|
||||
}
|
||||
TS_Point point = owner->touch.getPoint();
|
||||
lua_pushinteger(L, point.x);
|
||||
lua_pushinteger(L, point.y);
|
||||
lua_pushinteger(L, point.x);
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user