9.1 Overview

Application class is the master class that manages an application. Thus, there can be only one instance of this class in every application. This instance is created by a call to moai.CreateApp(). All windows that an application shows are children of the application class. Thus, every GUI definition has to start with the application class.


Show TOC