hecomi / uDesktopDuplication

Desktop Duplication API implementation for Unity (only for Windows 8/10)
http://tips.hecomi.com/entry/2016/12/04/125641
MIT License
563 stars 97 forks source link

How can i make the screen interactable? #19

Closed m00nwtchr closed 6 years ago

m00nwtchr commented 6 years ago

Hey on the animation you have in the readme file you can click on stuff how can i do that? + how could i do keyboard input?

lachlansleight commented 6 years ago

It's just a render of what's on your desktop - windows are interactable just like they normally are with the keyboard and mouse.

You need to make sure you have Unity set to 'Run in Background' under the Player Settings so that when you alt+tab to other windows, your Unity app keeps running.

m00nwtchr commented 6 years ago

Well I mean interactable inside of unity.

lachlansleight commented 6 years ago

Well...no, it doesn't allow you to do that.

m00nwtchr commented 6 years ago

k