class Boleite::InputReceiver

Direct Known Subclasses

Defined in:

boleite/input/input_receiver.cr

Instance Method Summary

Instance methods inherited from class Boleite::InputProcessor

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

Instance Method Detail

def clear #

[View source]
def process(event : Boleite::InputEvent) : Void #

[View source]
def register(action_type, proc) #

[View source]
def register_instance(action, signal : Cute::Signal) #

[View source]
def register_instance(action, proc) #

[View source]
def register_persistent(action_type, proc) #

[View source]
def register_persistent_instance(action, signal : Cute::Signal) #

[View source]
def register_persistent_instance(action, proc) #

[View source]
def unregister(action_type) #

[View source]
def unregister_persistent(action_type) #

[View source]