On this page
desktop.Driver
import "fyne.io/fyne/v2/driver/desktop"
Usage
type Driver
type Driver interface {
// CreateSplashWindow creates a new borderless window that is centered on screen
CreateSplashWindow() fyne.Window
// CurrentKeyModifiers returns the set of key modifiers that are currently active
//
// Since: 2.4
CurrentKeyModifiers() fyne.KeyModifier
// HasSecondaryDisplay returns true if there are more than one screens available on this computer.
// This is commonly used alongside the desktop Window.RequestFullScreenSecondary call.
//
// Since: 2.8
HasSecondaryDisplay() bool
}
Driver represents the extended capabilities of a desktop driver