class Boleite::GUI::InputField::Signal_key_pressed

Defined in:

boleite/gui/input_field.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def emit(key : Key, action : InputAction) : Nil #

def name : String #
Description copied from class Cute::Signal

Returns the name of the signal, if applicable.


def new_channel : Tuple(Channel(Tuple(Key, InputAction)), Cute::ConnectionHandle) #

def on(&block : Proc(Key, InputAction, Nil)) : Cute::ConnectionHandle #

def on(sink : Cute::Sink(U)) forall U #