Fyne API "driver.AndroidWindowContext"
driver.AndroidWindowContext
import "fyne.io/fyne/v2/driver"
Usage
type AndroidWindowContext
type AndroidWindowContext struct {
AndroidContext
NativeWindow uintptr
}
AndroidWindowContext is passed to the NativeWindow.RunNative callback when it is executed on an Android device. The NativeWindow field is of type *C.ANativeWindow
. The VM, Env and Ctx pointers are required to make various calls into JVM methods.
Since:
2.5