We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91154d commit 6dfe3b7Copy full SHA for 6dfe3b7
lib/scenic/view_port.ex
@@ -232,7 +232,11 @@ defmodule Scenic.ViewPort do
232
@doc """
233
Send raw input to a viewport.
234
235
- This is used by drivers to send raw user input to the viewport.
+ This is used primarily by drivers to send raw user input to the viewport. Having said that,
236
+ nothing stops a scene from using it to send input into the system. There are a few cases
237
+ where that is useful.
238
+
239
+ See the [input docs](Scenic.ViewPort.Input.html#t:t/0) for the input formats you can send.
240
"""
241
242
@spec input(
0 commit comments