MCPcopy Create free account
hub / github.com/SFML/SFML / main

Function main

examples/event_handling/EventHandling.cpp:410–415  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// Entry point of application \return Application exit code ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

408///
409////////////////////////////////////////////////////////////
410int main()
411{
412 Application application;
413 application.run();
414 return 0;
415}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected