LayoutKey

data class LayoutKey

An object that describes a keyboard key.

Summary

Constructors
LayoutKey(labels: List, rect: FLRect)
Properties
List<String> labels
A list of labels for the key.
FLRect rect
The rect of the key relative to the bounds of the keyboard.

Constructors

LayoutKey

LayoutKey(labels: List<String>, rect: FLRect)
Parameters
labels: List A list of labels for the key.
rect: FLRect The rect of the key relative to the bounds of the keyboard.

Properties

labels

val labels: List<String>

A list of labels for the key.

rect

val rect: FLRect

The rect of the key relative to the bounds of the keyboard.


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