class KeyReactSystem

Defined in:

utils/basic_systems.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(world : ECS::World, *, pressed : Hash(LibEngine::Key, ECS::Component) = KeysConfig.new, down : Hash(LibEngine::Key, ECS::Component) = KeysConfig.new) #

[View source]

Instance Method Detail

def execute #
Description copied from class ECS::System

Will be called on each ECS::Systems.execute call


[View source]