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.
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.
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.