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, modifier : UInt8 = 0) #

[View source]

Instance Method Detail

def char : Char #

[View source]
def key : UInt16 #

[View source]
def modifier : UInt8 #

[View source]