Skip to content

Multiple SDL_Window support #12

@jdolan

Description

@jdolan

Currently MVC only deals with a single window, and it assumes that all events are eligible for that window. Consideration for applications with multiple window should include:

  • Is event filtering by WindowController useful / required?
  • WindowController is not aware of its window's lifecycle, and can end up with a stale reference when the window is destroyed / recreated.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions