Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
findByChar
Link copied to clipboard
common
fun findByChar(char: Char): KeyCode
Returns the corresponding KeyCode for the given char (if any).
findByCode
Link copied to clipboard
common
fun findByCode(code: Int): KeyCode
Returns the corresponding KeyCode for the given code (if any).
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard