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

Multiple Windows are shared and the previous window is overwritten by the latest window #302

Open
trookie2000 opened this issue May 13, 2024 · 1 comment

Comments

@trookie2000
Copy link

In my program, each process is shared individually via getDisplayMedia() and controlled remotely by emulation of keyboard and mouse events.
image
image

But there is a problem, when I control window 1 remotely, if window 1 is overwritten by window 2, then actions (like mouse clicks) in window 1 will completely fail

Is there a way to place the shared video window at the top of my desktop when I click the full screen of a video, similar to z-index

@trookie2000
Copy link
Author

The red rectangular box is the part of window 2 covering window 1, in which case the operation of remote control window 1 being covered will fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant