package
2.0.6
Repository: https://github.com/cheeryprogrammer/fyne.git
Documentation: pkg.go.dev

# README

This directory is a fork of the golang.org/x/mobile package. It has largely deviated from the original package to better support fyne.

The full project, its license can be found at https://github.com/golang/mobile

This package is for the purpose of removing the dependency of mobile drivers and will be removed in due course.

# Packages

Package app lets you write portable all-Go apps for Android and iOS.
No description provided by the author
Package gl implements Go bindings for OpenGL ES 2.0 and ES 3.0.
No description provided by the author

# Functions

NewCanvas creates a new gomobile mobileCanvas.
NewGoMobileDriver sets up a new Driver instance implemented using the Go Mobile extension and OpenGL bindings.
ShowFileOpenPicker loads the native file open dialog and returns the chosen file path via the callback func.
ShowFileSavePicker loads the native file save dialog and returns the chosen file path via the callback func.
ShowFolderOpenPicker loads the native folder open dialog and calls back the chosen directory path as a ListableURI.

# Structs

Configuration is the system information about the current device.

# Interfaces

ConfiguredDriver is a simple type that allows packages to hook into configuration changes of this driver.