Scenic.ViewPort.Input.send
You're seeing just the function
send
, go back to Scenic.ViewPort.Input module for more information.
Specs
send(viewport :: Scenic.ViewPort.t(), input :: t()) :: :ok
Send raw input to a viewport.
This is used primarily by drivers to send raw user input to the viewport. Having said that, nothing stops a scene or any other process from using it to send input into the system. There are a few cases where that is useful.
See the input types for the input formats you can send.