class Prism::InputSubscriber
- Prism::InputSubscriber
- Crash::Component
- Reference
- Object
Overview
Dispatches input events to the rest of the components in an Entity
Defined in:
prism/input_subscriber.crInstance Method Summary
-
#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
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