alexmercerind / window_plus

As it should be. Extend view into title-bar.
MIT License
36 stars 8 forks source link

[Windows] Add minimized/maximized stream event #2

Open sabin26 opened 1 year ago

sabin26 commented 1 year ago

Streaming event for window minimize and maximize is currently only available for Linux. This PR enables the same functionality for windows platform.

alexmercerind commented 1 year ago

I will take some time for this one. I appreciate the PR!

Thanks.

sabin26 commented 1 year ago

Yeah, I agree. I have encountered some hassle while I was implementing this one. The minimized state was returning true even after the window being restored. But i solved it. Take your time and let me know if there's any bug :)