Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateApplication ¶
func CreateApplication(clientApp ClientApplication)
Types ¶
type ClientApplication ¶
type ClientApplication interface {
Init(*CoreApplication)
}
type CoreApplication ¶
type CoreApplication struct {
// contains filtered or unexported fields
}
func (*CoreApplication) GetWindow ¶
func (app *CoreApplication) GetWindow() ggcore.Window
func (*CoreApplication) PushLayer ¶
func (app *CoreApplication) PushLayer(layer ggcore.Layer)
func (*CoreApplication) PushOverlay ¶
func (app *CoreApplication) PushOverlay(layer ggcore.Layer)
Click to show internal directories.
Click to hide internal directories.