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
}
Click to show internal directories.
Click to hide internal directories.