Carbon Programming/Handling events

Category:Stubs#Carbon%20Programming/Handling%20events

Event loop

The event loop is started with one function call:

  • RunApplicationEventLoop();

The event loop will process events as long as the application is running. To exit the event loop, call QuitApplicationEventLoop().


Registering events

Category:Book:Carbon Programming Category:Stubs