Scenic.Scene.fetch_captures
You're seeing just the function
fetch_captures
, go back to Scenic.Scene module for more information.
Specs
fetch_captures(scene :: t()) :: {:ok, [Scenic.ViewPort.Input.class()]} | {:error, atom()}
Fetch a list of input captured by the given scene.
This is intended be called by a Scene process, but doesn't need to be.