Up

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product