Scenic.ViewPort.Input.request
You're seeing just the function
request
, go back to Scenic.ViewPort.Input module for more information.
Specs
request( viewport :: Scenic.ViewPort.t(), inputs :: class() | [class()], opts :: Keyword.t() ) :: :ok
Request one or more types of input.
Returns :ok or an error
Options
:pid
- Send input to the specified pid instead of the caller process.