github.com/gop9/olt@v0.0.0-20200202132135-d956aad50b08/gio/app/internal/window/handle_android.go (about)

     1  package window
     2  
     3  var PlatformHandle *Handle
     4  
     5  type Handle struct {
     6  	// JVM is the JNI *JVM pointer.
     7  	JVM uintptr
     8  	// Context is a global reference to the application's
     9  	// android.content.Context instance.
    10  	Context uintptr
    11  }