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

Usage

type WindowsWindowContext

  type WindowsWindowContext struct {
	// HWND is the window handle for the native window.
	HWND uintptr
}
  

WindowsWindowContext is passed to the NativeWindow.RunNative callback when it is executed on a Microsoft Windows device.

Since: 2.5