Add event handling hook for engine systems #5

Closed
reo6 wants to merge 1 commit from codex/add-handle_event-to-system-trait-reaomo into master
reo6 commented 2025-09-10 12:54:25 +00:00 (Migrated from github.com)

Summary

  • extend system and engine traits with handle_event
  • propagate events to systems via the platform event loop
  • update aspect ratio system to handle resize events without nested matches

Testing

  • cargo check

https://chatgpt.com/codex/tasks/task_e_68c173009d90832fa6f8922453cc3afa

## Summary - extend system and engine traits with `handle_event` - propagate events to systems via the platform event loop - update aspect ratio system to handle resize events without nested matches ## Testing - `cargo check` ------ https://chatgpt.com/codex/tasks/task_e_68c173009d90832fa6f8922453cc3afa
reo closed this pull request 2025-09-17 21:32:37 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.