Key

bearlyb.events.Event.Key
enum Key extends Event

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Down(timestamp: Duration, windowID: WindowID, which: KeyboardID, scancode: Scancode, key: Keycode, mod: Set[Keymod], down: Boolean, repeat: Boolean)
final case class Up(timestamp: Duration, windowID: WindowID, which: KeyboardID, scancode: Scancode, key: Keycode, mod: Set[Keymod], down: Boolean, repeat: Boolean)