class Boleite::Application::InputHandler

Defined in:

boleite/application.cr

Constructors

Instance Method Summary

Instance methods inherited from class Boleite::InputReceiver

clear clear, process(event : Boleite::InputEvent) : Void process, register(action_type, proc) register, register_instance(action, signal : Cute::Signal)
register_instance(action, proc)
register_instance
, register_persistent(action_type, proc) register_persistent, register_persistent_instance(action, signal : Cute::Signal)
register_persistent_instance(action, proc)
register_persistent_instance
, unregister(action_type) unregister, unregister_persistent(action_type) unregister_persistent

Instance methods inherited from class Boleite::InputProcessor

process(event : Boleite::InputEvent) : Void process

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def bind(app) #

[View source]