Scenic.ViewPort.Input.fetch_requests
You're seeing just the function
fetch_requests
, go back to Scenic.ViewPort.Input module for more information.
Specs
fetch_requests(viewport :: Scenic.ViewPort.t(), requested_by :: nil | pid()) :: {:ok, list()}
Retrieve a list of input requested by the caller or the process requested_by.
Returns: { :ok, inputs }