Package com.banuba.sdk.types
Class Touch
- java.lang.Object
-
- com.banuba.sdk.types.Touch
-
public final class Touch extends java.lang.Object
User touch object. Coordinate system is normalized to (-1, 1) with center in (0, 0).
-
-
Constructor Summary
Constructors Constructor Description Touch(float x, float y, long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
float
getX()
float
getY()
java.lang.String
toString()
-