Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for vertical monitor setups #412

Open
denivic opened this issue Dec 1, 2024 · 0 comments
Open

Add support for vertical monitor setups #412

denivic opened this issue Dec 1, 2024 · 0 comments
Labels

Comments

@denivic
Copy link

denivic commented Dec 1, 2024

Is your feature request related to a problem? Please describe.

When using a vertical monitor (like this) then moving elements around is impossible. Both left and right get weird values e.g. for the X coordinate, which is 2560 while the monitor is 1920x1080.

Describe the solution you'd like

I think that doing the following might do the trick:

  1. Detect whether the monitor is vertical automatically (alternatively add an option to select that yourself).
  2. Based on this setting either use X/Y coordinates (as well as H/W) normally or reverse the logic such that X = Y since that's the case for a comparable experience on a vertical monitor setup.

Describe alternatives you've considered

I have not considered any.

@denivic denivic added the request label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant