track active window
Open
Nobody has claimed this yet.
help wanted
missing
shell/web
shell/x11
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
As part of #156 I included a new method to WinHandler, got_focus(). This should be called whenever focus changes to a different window. This is implemented in mac but needs to be implemented for windows.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the WinHandler trait and its existing got_focus() implementation for macOS, then trace the Windows window-focus event path. Implement the corresponding Windows notification so got_focus() is called whenever focus changes to a different window, and verify the behavior with the relevant platform tests or manual Windows testing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100