VK_1

The 1 key.

Properties

Link copied to clipboard
val code: Int

The numeric key code that represents the key.

Link copied to clipboard

The platform-specific String that represents this key. Defaults to lookupKey.

Link copied to clipboard

The key used to lookup this KeyCode.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The set of characters that may also be mapped to this KeyCode on a keyboard.

Functions

Link copied to clipboard
fun with(vararg modifiers: ModifierKey): Key

Answer the Key represented by this KeyCode and the provided ModifierKeys.