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 Command Line Parameter to avoid accidental drag and drop #23

Open
MarcelBochtler opened this issue Aug 27, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@MarcelBochtler
Copy link

I am using ScreenAreaShare only from the CLI, because I always want to share the same area in the same size.
The command I'm using is:

screen-area-share --maxfps=15 --cx=0 --cy=0 --cw=2560 --ch=1440 --rx=2560 --ry=0 --rh=1440 --freeze

Is it possible to add another parameter to avoid accidental drag and drop of the capturing window?

@mPyKen
Copy link
Owner

mPyKen commented Aug 27, 2024

With the --freeze option, the capture window (red border) is hidden and you should not be able to drag it at all. If you mean the rendering window, there is no such option at the moment

@MarcelBochtler
Copy link
Author

With the --freeze option, the capture window (red border) is hidden and you should not be able to drag it at all.

Yes, the red border is hidden, but I can still drag the capture window when clicking on the very border of the capture window, at least on macOS.
Maybe instead of adding a new parameter, the --freeze parameter should avoid dragging the capture window.

@mPyKen
Copy link
Owner

mPyKen commented Aug 29, 2024

Oh I see - I cannot reproduce this on windows, so it would be a bug for the macos version

@mPyKen mPyKen added the bug Something isn't working label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants