Raxol.Plugins.EventHandler.InputEvents (Raxol v2.0.1)
View SourceHandles input-related events for plugins.
Summary
Functions
Dispatches an "input" event to all enabled plugins implementing handle_input/2.
Dispatches a "key_event" to all enabled plugins implementing handle_key_event/2.
Types
Functions
@spec handle_input(Raxol.Plugins.Manager.Core.t(), binary()) :: result()
Dispatches an "input" event to all enabled plugins implementing handle_input/2.
@spec handle_key_event(Raxol.Plugins.Manager.Core.t(), map()) :: result()
Dispatches a "key_event" to all enabled plugins implementing handle_key_event/2.