KeyEvent

scalafx.scene.input.KeyEvent
See theKeyEvent companion class
object KeyEvent

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
KeyEvent.type

Members list

Value members

Concrete fields

val Any: EventType[KeyEvent]

Common supertype for all key event types.

Common supertype for all key event types.

Attributes

KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.

KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.

Attributes

val KeyPressed: EventType[KeyEvent]

This event occurs when a key has been pressed.

This event occurs when a key has been pressed.

Attributes

val KeyReleased: EventType[KeyEvent]

This event occurs when a key has been released.

This event occurs when a key has been released.

Attributes

val KeyTyped: EventType[KeyEvent]

This event occurs when a key has been typed (pressed and released).

This event occurs when a key has been typed (pressed and released).

Attributes

Implicits

Implicits

implicit def sfxKeyEvent2jfx(ke: KeyEvent): KeyEvent