doc.go 509 B

123456789101112131415
  1. // SPDX-License-Identifier: Unlicense OR MIT
  2. /*
  3. Package input implements input routing and tracking of interface
  4. state for a window.
  5. The [Source] is the interface between the window and the widgets
  6. of a user interface and is exposed by [gioui.org/app.FrameEvent]
  7. received from windows.
  8. The [Router] is used by [gioui.org/app.Window] to track window state and route
  9. events from the platform to event handlers. It is otherwise only
  10. useful for using Gio with external window implementations.
  11. */
  12. package input