view

package
v0.0.0-...-d939a55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2025 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Application = mvc.EventListener(co.Define(&applicationComponent{}))
View Source
var ErrorScreen = co.Define(&errorScreenComponent{})
View Source
var HomeScreen = co.Define(&homeScreenComponent{})
View Source
var IntroScreen = co.Define(&introScreenComponent{})
View Source
var LicensesScreen = co.Define(&licensesScreenComponent{})
View Source
var LoadingScreen = co.Define(&loadingScreenComponent{})
View Source
var PlayScreen = co.Define(&playScreenComponent{})

Functions

This section is empty.

Types

type ErrorScreenData

type ErrorScreenData struct {
	ErrorModel *model.ErrorModel
}

type HomeScreenData

type HomeScreenData struct {
	AppModel     *model.ApplicationModel
	ErrorModel   *model.ErrorModel
	LoadingModel *model.LoadingModel
	HomeModel    *model.HomeModel
	PlayModel    *model.PlayModel
}

type IntroScreenData

type IntroScreenData struct {
	AppModel     *model.ApplicationModel
	ErrorModel   *model.ErrorModel
	HomeModel    *model.HomeModel
	LoadingModel *model.LoadingModel
}

type LicensesScreenData

type LicensesScreenData struct {
	AppModel *model.ApplicationModel
}

type LoadingScreenData

type LoadingScreenData struct {
	AppModel     *model.ApplicationModel
	LoadingModel *model.LoadingModel
}

type PlayScreenData

type PlayScreenData struct {
	AppModel  *model.ApplicationModel
	PlayModel *model.PlayModel
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL