miniben-90 / x-win

This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.
MIT License
32 stars 6 forks source link

`isFullScreen` property support #23

Closed mushan0x0 closed 6 months ago

mushan0x0 commented 6 months ago

Can the fullscreen attribute be added to determine if the window is in fullscreen mode? It seems not easy to determine using position, especially when it involves multi-monitor adaptation. I wonder if the functionality of this library can be integrated https://docs.rs/winit/latest/winit/window/enum.Fullscreen.html.