KeyMapping

eu.joaocosta.minart.input.KeyboardInput.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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def mappings: Map[A, Key]

Concrete methods

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