Imports of package app

PathSynopsis
C
golang.org/x/mobile/event/keyPackage key defines an event for physical keyboard keys.
golang.org/x/mobile/event/lifecyclePackage lifecycle defines an event for an app's lifecycle.
golang.org/x/mobile/event/paintPackage paint defines an event for the app being ready to paint.
golang.org/x/mobile/event/sizePackage size defines an event for the dimensions, physical resolution and orientation of the app's window.
golang.org/x/mobile/event/touchPackage touch defines an event for touch input.
golang.org/x/mobile/geomPackage geom defines a two-dimensional coordinate system.
golang.org/x/mobile/glPackage gl implements Go bindings for OpenGL ES 2.0 and ES 3.0.
golang.org/x/mobile/internal/mobileinitPackage mobileinit contains common initialization logic for mobile platforms that is relevant to both all-Go apps and gobind-based apps.
logPackage log implements a simple logging package.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.