Scenic.ViewPort.Input.release

You're seeing just the function release, go back to Scenic.ViewPort.Input module for more information.
Link to this function

release(viewport, inputs \\ :all, opts \\ [])

View Source

Specs

release(
  viewport :: Scenic.ViewPort.t(),
  input_class :: class() | [class()] | :all,
  opts :: Keyword.t()
) :: :ok

Release the captured inputs from the calling process.

Options

  • :pid - Release from the specified pid instead of the caller process.