Difference between revisions of "IoTGateway/BSP/Android/Gettingstarted/How to enable dual touch"
From ESS-WIKI
Yanwei.cao (talk | contribs) (add dual touch method) |
Yanwei.cao (talk | contribs) |
||
Line 8: | Line 8: | ||
root@rsb4680:/ # reboot | root@rsb4680:/ # reboot | ||
+ | |||
+ | note: iic touch will dispatch to prmry screen,usb touch will dispatch to extend screen |
Latest revision as of 02:28, 5 June 2018
when you have only one touch,the event will dispatch to prmry screen,when you have two touch,and want dispatch to two screen respectively,
please following in cmd line:
shell@rsb4680:/ $ su
root@rsb4680:/ # setprop persist.dual.touch true
root@rsb4680:/ # reboot
note: iic touch will dispatch to prmry screen,usb touch will dispatch to extend screen