Companion

object Companion

Functions

Link copied to clipboard
fun lookup(char: Char): KeyCode?

Answer the KeyCode that matches the provided Char in the KeyCode.overLapCharacters.

fun lookup(lookupKey: String): KeyCode?

Answer the KeyCode that matches the provided KeyCode.lookupKey.

Link copied to clipboard
fun lookupByCode(code: Int): KeyCode?

Answer the KeyCode that matches the provided code.

Properties

Link copied to clipboard
val validLookups: String

The KeyCode.lookupKeys of all the valid KeyCodes.