Key
open class Key
Content copied to clipboard
Class for describing the position and characteristics of a single key in the keyboard.
Constructors
Key
Link copied to clipboard
Create an empty key with no attributes.
Key
Link copied to clipboard
open fun Key(res: Resources, parent: Keyboard.Row, x: Int, y: Int, parser: XmlResourceParser)
Content copied to clipboard
Create a key with the given top-left coordinate and extract its attributes from the XML parser.
Functions
getCurrentDrawableState
Link copied to clipboard
onReleased
Link copied to clipboard
squaredDistanceFrom
Link copied to clipboard
Properties
iconPreview
Link copied to clipboard
label
Link copied to clipboard
popupCharacters
Link copied to clipboard
popupResId
Link copied to clipboard
repeatable
Link copied to clipboard
text
Link copied to clipboard