mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
5ef176af81
On Android, allow access to JVM and Application context. Signed-off-by: Greg Pomerantz <gmp.gio@wow.st>
8 lines
85 B
Go
8 lines
85 B
Go
// +build !android
|
|
|
|
package window
|
|
|
|
var PlatformHandle *Handle
|
|
|
|
type Handle struct{}
|