Raxol. Plugins. EventHandler. InputEvents
(Raxol v2.6.0)
View Source
Handles 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.t(), binary()) :: result()
Dispatches an "input" event to all enabled plugins implementing handle_input/2.
@spec handle_key_event(Raxol.Plugins.Manager.t(), map()) :: result()
Dispatches a "key_event" to all enabled plugins implementing handle_key_event/2.