LayoutPoint

data class LayoutPoint

Type used as input for the typing interactions of the user in the keyboard.

Summary

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.

Constructors

LayoutPoint

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.

Properties

x

val x: Float

The x coordinate of the interaction.

y

val y: Float

The y coordinate of the interaction.

timestamp

val timestamp: Long

The timestamp of the interaction.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on July 29, 2022