See: Description
| Interface | Description |
|---|---|
| CoronaRuntimeListener |
Receives events from the
CoronaRuntime to detect when it is loaded, started, suspended, etc. |
| CoronaRuntimeTask |
Represents a single task to be executed by the
CoronaRuntime,
just before it renders a frame. |
| CoronaView.CoronaEventListener |
The object that will be called when an event
is sent from lua to a
CoronaView. |
| CoronaView.SendEventListener |
The callback from calls to
sendEvent(). |
| Class | Description |
|---|---|
| ApplicationContextProvider |
Provides access to the application context.
|
| CoronaEnvironment |
Provides simple methods for launching and accessing a
CoronaActivity as well as setting up
listeners for receiving events from the CoronaRuntime. |
| CoronaLua |
Provides a set of convenience functions for use with the
LuaState. |
| CoronaLuaEvent |
CoronaLuaEvent.java contains generic property keys used in Corona
events dispatched to Lua.
|
| CoronaRuntime |
Provides access to a running Corona project and its
LuaState. |
| CoronaRuntimeTaskDispatcher |
Allows you to send tasks to be executed on the
CoronaRuntime's thread, just before Corona
renders a frame. |
| CoronaView |
The view the that will display the Corona content.
|