The 1st Display is a VGA output, and the 2nd Display is an HDMI output. The VGA monitor is equipped with a touch.
Widi was used to display different screens on the two displays. I have configured a control button on VGA screen and allowed the HDMI screen to display a media playback screen. but the touch on VGA screen does not work.
Touch operated when both displays are operating in the clone mode, but if the displays are operated in different screens, the VGA side touches are not active. However, the mouse is still operating on VGA.
The attached picture is a picture that was touched in clone view mode and differnt view mode with the "Pointer location" and "Show Touches" option turned on. When touched in the clone view, the touch marks and coordinates are displayed. (CloneViewMode_VgaTouch.jpg) If touced in the diffrent view, only the touch marks are displayed and the coordinates are not displayed. (DifferentViewMode_VgaTouch.jpg)
Note that applying the following code found on the previous posts has not solved the problem. ------------------------------------ ... // Determine whether the device is external or internal. If (isExternalDeviceLocked(device)){ - device->classes |=INPUT_DEVICE_CLASS_EXTERNAL; + //device->classes|= INPUT_DEVICE_CLASS_EXTERNAL; } -----------------------------------
I want to know if there are patches applied in this issue, and please tell me advice to solve this problem.
Waiting your reply.
Thank you so much.
|