class TextUi::KeyEvent

Defined in:

textui/event.cr

Constructors

Instance Method Summary

Instance methods inherited from class TextUi::Event

accept accept, accepted? : Bool accepted?

Constructor Detail

def self.new(char : Char = '\0', key : UInt16 = 0_u16, alt : UInt8 = 0_u8) #

[View source]

Instance Method Detail

def alt : UInt8 #

[View source]
def alt? #

[View source]
def char : Char #

[View source]
def key : UInt16 #

[View source]