class Crysterm::Event::KeyPress::Home

Defined in:

event.cr

Instance methods inherited from class Crysterm::Event::KeyPress

accept accept, accepted=(accepted : Bool) accepted=, accepted? : Bool accepted?, char : Char char, char=(char : Char) char=, ignore ignore, key : Tput::Key | Nil key, key=(key : Tput::Key | Nil) key=, sequence : Array(Char) sequence, sequence=(sequence : Array(Char)) sequence=

Constructor methods inherited from class Crysterm::Event::KeyPress

new(char : Char, key : Tput::Key | Nil = nil, sequence : Array(Char) = [char]) new