1 2 3 4 5 6 7 8 9
//+build !android package main import "gioui.org/io/event" func ProcessPlatformEvent(event event.Event) bool { return false }