import "fyne.io/fyne/v2/driver/embedded"
  

Usage

type Driver

  type Driver interface {
	Render(image.Image)
	Run(func())

	ScreenSize() fyne.Size
	Queue() chan Event
}
  

Driver is an embedded driver designed for handling custom hardware. Various standard driver implementations are available in the fyne-x project.

Since: 2.7