Skip to content

Commit d91154d

Browse files
committed
minor doc improvements
1 parent 65a97d1 commit d91154d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/scenic/view_port.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ defmodule Scenic.ViewPort do
229229
end
230230

231231
# --------------------------------------------------------
232+
@doc """
233+
Send raw input to a viewport.
234+
235+
This is used by drivers to send raw user input to the viewport.
236+
"""
237+
232238
@spec input(
233239
viewport :: GenServer.server(),
234240
input :: ViewPort.Input.t()

0 commit comments

Comments
 (0)