Companion

object Companion

Properties

Link copied to clipboard

The KeyCode.lookupKeys of all the valid KeyCodes.

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.