EntryPoint
haxe.EntryPoint (Class)
If haxe.MainLoop
is kept from DCE, then we will insert an haxe.EntryPoint.run()
call just at then end of main()
.
This class can be redefined by custom frameworks so they can handle their own main loop logic.
Static Members
run(): Void
Start the main loop. Depending on the platform, this can return immediately or will only return when the application exits.