Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
Open() error
Close() error
Size() (width, height int)
Buffer() *core.Buffer
Flush() error
FlushRect(image.Rectangle) error
Info() string
HasSystemCursor() bool
}
Backend is the display backend interface. Implementations include framebuffer (Linux /dev/fb0), DRM/KMS, and Wayland.
Click to show internal directories.
Click to hide internal directories.