Revision Release 2024.3703 Keywords iOS, Solar2D Native, C, CoronaLua.h, CoronaLuaRuntimeDispatchEvent See also CoronaLua.h Corona C Functions
Invokes the equivalent of Runtime:dispatchEvent( event )
index
. The object at index
must be a Lua table with the name
property set to the event type.
The event object at index
is left on the stack.
void CoronaLuaRuntimeDispatchEvent( lua_State *L, int index )