KeyPressed

case class KeyPressed(source: Component, key: Value, modifiers: Modifiers, location: Value)(peer: KeyEvent) extends KeyEvent
trait Serializable
trait Product
trait Equals
class KeyEvent
trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Constructors

def this(e: KeyEvent)

Inherited methods

def consume(): Unit
Inherited from
InputEvent
def consumed: Boolean
Inherited from
InputEvent
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def when: Long
Inherited from
InputEvent

Concrete fields

val peer: KeyEvent