KeyboardController

semagrams.controllers.KeyboardController$
See theKeyboardController companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class State(keys: Set[String], modifiers: Set[KeyModifier])

The current state of the keyboard.

The current state of the keyboard.

Attributes

keys

the keys that are currently held down

modifiers

the modifiers (i.e. shift, ctrl, etc.) that are currently held down

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object State

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type

Value members

Concrete methods