KeyMapping

trait KeyMapping[A]

Internal trait to store mappings from platform-specific key representations to a Key. This should not have to be used in the application code.

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def mappings: Map[A, Key]

Concrete methods

def getKey(keyCode: A): Option[Key]