alexmercerind / window_plus

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

[WIndows] Set alignment #7

Closed sabin26 closed 1 year ago

sabin26 commented 1 year ago

Added:

alexmercerind commented 1 year ago

I feel this is kind of overkill for the project.

Secondly, if we want to have this functionality, it should be implemented directly in PlatformWindow because it is "higher order of abstraction" & can be implemented solely using move, monitor & other methods/getters.

alexmercerind commented 1 year ago

By that, it will automatically work for all the platforms (because they'd implement move etc.) & not just Windows.