Skip to content

Commit 6dfe3b7

Browse files
committed
improve input docs
1 parent d91154d commit 6dfe3b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/scenic/view_port.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,11 @@ defmodule Scenic.ViewPort do
232232
@doc """
233233
Send raw input to a viewport.
234234
235-
This is used by drivers to send raw user input to the viewport.
235+
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.
236240
"""
237241

238242
@spec input(

0 commit comments

Comments
 (0)