Commit graph

4 commits

Author SHA1 Message Date
ce44a8db0f Include/Gui: Make @gui_event_loop() available as app_event_loop 2025-04-21 19:49:59 -04:00
4fa0873123 Include/Gui: Set GUI_EVENT_WIN_REPAINT_TIMEOUT to 100ms
If an Ipc Message that will trigger a window repaint is received by a
Client, and the message is older than GUI_EVENT_WIN_REPAINT_TIMEOUT,
discard the repaint request.
2025-04-10 08:30:16 -04:00
e0d6102d60 Include/Gui: Add @gui_event_loop_handle_msg() to event loop
At the moment, this implementation may look a bit unnecessarily verbose,
but eventually it will allow us to be more specific in our message
handling.
2025-04-09 09:09:37 -04:00
39198164cd Meta: Add files to repository 2025-03-25 07:34:41 -04:00