data class LayoutPoint
Type used as input for the typing interactions of the user in the keyboard.
| Constructors | |
|---|---|
| LayoutPoint(x: Float, y: Float, timestamp: Long) |
| Properties | |
|---|---|
Float |
x The x coordinate of the interaction. |
Float |
y The y coordinate of the interaction. |
Long |
timestamp The timestamp of the interaction. |
LayoutPoint(x: Float, y: Float, timestamp: Long)
| Parameters | |
|---|---|
| x: Float | The x coordinate of the interaction. |
| y: Float | The y coordinate of the interaction. |
| timestamp: Long | The timestamp of the interaction. |
val x: Float
The x coordinate of the interaction.
val y: Float
The y coordinate of the interaction.
val timestamp: Long
The timestamp of the interaction.