ENTRY_POINT (since 3.28)

Global callback for an entry point. Used when main is not possible, such as in iOS and Android systems.

It is called only once, when the main loop is processed, but after IupOpen. For regular systems is called right before the actual event loop is started.

Callback

void function(void); [in C]

Notes

It can only be set using IupSetFunction(name, func).

Lua Binding 

To modify this action use the iup.SetGlobalCallback(name, func) function.

See Also

IupSetFunction, EXIT_CB, IupMainLoopLevel