Window.FocusChanged inconsistent behaviour on different OS
Open
area-Windowing
bug
upstream
verify-3.0
- Dominant language
- C#
- Stars
- 5.2k
- Forks
- 477
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
# Summary
Window.FocusChanged is raised to `true` on window startup on linux, but not on windows, on windows the event is not called to true until you deselect then select the window
# Steps to reproduce
- Platform: Desktop
- Framework Version: net7 (RID being specifically net7.0-windows)
- API: DX11
1. First I launched the app
2. Then I printed the output of the event
# Comments
Not sure whether this is a problem upstream or not (probably is?), or whether its correct to always send a focus event on app start
Contributor guide
Assessment
This issue has not been assessed yet.