class Prism::InputSubscriber

Overview

Dispatches input events to the rest of the components in an Entity

Defined in:

prism/input_subscriber.cr

Instance Method Summary

Instance Method Detail

def input!(tick : RenderLoop::Tick, input : RenderLoop::Input, entity : Crash::Entity) #

Dispatches input events to the rest of the components on the entity This may modify the entity directly


[View source]