LittleKtApp

class LittleKtApp(val context: Context)

The base app from starting and stopping a Context.

Author

Colton Daily

Constructors

Link copied to clipboard
fun LittleKtApp(context: Context)

Functions

Link copied to clipboard

Closes the Context

Link copied to clipboard
fun start(gameBuilder: (app: Context) -> ContextListener): LittleKtApp

Starts the Context.

Properties

Link copied to clipboard