fckeuspy-go/vendor/fyne.io/fyne/v2/test/device_mobile.go

8 lines
83 B
Go

//go:build mobile
package test
func (d *device) IsMobile() bool {
return true
}