I try to create WPF application (.net Core 3.1) with support touch screen and non-touch screen with two inputs at the same time.
I found a sample how to do this with VWvare and Virtual maschine here is the sample, but I want to do something easier and without install 3rd party software.
I want to do something similar to the situation in the bank. The employee is working on the computer and the customer is "playing" with the app on the touch screen.
I have created two application parts (two separate Windows), 1. for main screen and 2. for touch screen.
The problem occurs when a customer clicks on their screen, so he takes the focus from the employee's screen.
I think this is a window setup rather than an application. I created Virtual Desktop, but it does not work separately input on touch screen. It always steals focus from the main screen. Please how to make an two independent inputs into the application window?