1 #ifndef TERMOX_SYSTEM_DETAIL_USER_INPUT_EVENT_LOOP_HPP
2 #define TERMOX_SYSTEM_DETAIL_USER_INPUT_EVENT_LOOP_HPP
3 #include <termox/system/event_loop.hpp>
4 #include <termox/system/event_queue.hpp>
15 void exit(
int exit_code);
Calls on loop_function(), and then processes the Event_queue.
Definition: event_loop.hpp:17
Definition: event_queue.hpp:63