KeyboardDriver

Interface representing a keyboard driver for handling key identification. Provides functionality to retrieve a unique identifier for a specific key.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getKeyId(key: String): Int

Retrieves a unique identifier corresponding to the provided key.

Link copied to clipboard
abstract fun getKeyName(keyId: Int): String