//+build !android package main import ( "gioui.org/io/event" ) var ( startpath="." ) func handleEvent(e event.Event) { } func OpenFile(path string) { } // SetGestureExclusions is a no-op off Android (system gesture exclusion // rects are an Android API 29+ feature). func SetGestureExclusions(rects [][4]int) {}