Create
This function creates a new GUI on the specified context. A GUI must be created before widgets can be added to build the interface.
Syntax
- static GUI* Create(Context* context)
Parameters
- context: the context to build the GUI on.
Returns
Returns a new GUI object which can be used to create widgets.