virtual class vaseWindow::KeyEvent

sys::Obj
  vaseWindow::Event
    vaseWindow::KeyEvent

@Js

KeyEvent

key

Key? key

Key code and modifiers.

keyChar

Int? keyChar

Unicode character represented by a key event.

make

new make(Int type)

pressed

const static Int pressed := 9

released

const static Int released := 10

toStr

virtual override Str toStr()

typed

const static Int typed := 11