Revision Release 2025.3721 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 )