-
Notifications
You must be signed in to change notification settings - Fork 1.2k
How do I build a new window inside run_forever or poll_events? #413
Copy link
Copy link
Closed
Labels
C - waiting on authorWaiting for a response or another PRWaiting for a response or another PRD - hardLikely harder than most tasks hereLikely harder than most tasks hereF - questionThere's no such thing as a stupid oneThere's no such thing as a stupid oneP - normalGreat to haveGreat to haveS - apiDesign and usabilityDesign and usability
Milestone
Description
I'd like to be able to spawn a new window in response to user input.
Since the event loop is borrowed mutably by run_forever and poll_events, there doesn't appear to be a way to spawn new windows in response to input events.
This may be another facet of #231
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - waiting on authorWaiting for a response or another PRWaiting for a response or another PRD - hardLikely harder than most tasks hereLikely harder than most tasks hereF - questionThere's no such thing as a stupid oneThere's no such thing as a stupid oneP - normalGreat to haveGreat to haveS - apiDesign and usabilityDesign and usability