how can I sync second screen and make it clickable?

那年仲夏 提交于 2021-02-11 15:12:34

问题


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)

来源:https://stackoverflow.com/questions/64725412/how-can-i-sync-second-screen-and-make-it-clickable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!