how can I sync second screen and make it clickable?

216 views Asked by At

I am making an app for a dual display device for 1:1, face to face consulting.

Basically, the secondary screen is not clickable. So, what I need to do is implementing a presentation.

But some activities are sharable screen. So, it must be clickable in both screens. By default, the second screen is not clickable, but the second monitor displays the same screen. For making it clickable, I need to implement the presentation class for it. However, it will take a lot of times to implement it. So, Is there any simpler way to share the second screen and clickable?

(In presentation, the views are clickable/scrollable/etc)

0

There are 0 answers