Scenic.ViewPort.Input.unrequest

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

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

View Source

Specs

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

Unrequest the captured inputs from the calling process.

Options

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