struct TerminalRender::Input::Key
- TerminalRender::Input::Key
- Struct
- Value
- Object
Overview
Responsible for meta-data information about key pressed
Defined in:
render/terminal/key_event.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, ctrl _ctrl = @ctrl, meta _meta = @meta, shift _shift = @shift)
- #ctrl : Bool
- #meta : Bool
- #name : String
- #shift : Bool
Instance methods inherited from class Object
to_sban(io : IO)to_sban(encoder : SBAN::Encoder)
to_sban : Bytes to_sban
Class methods inherited from class Object
from_sban(string_or_io)
from_sban
Constructor Detail
Instance Method Detail
def copy_with(name _name = @name, ctrl _ctrl = @ctrl, meta _meta = @meta, shift _shift = @shift)
#