Weilun Du | ad9da85 | 2019-05-14 15:10:25 -0700 | [diff] [blame] | 1 | device.internal = 1 |
2 | |||||
3 | touch.deviceType = touchScreen | ||||
4 | touch.orientationAware = 1 | ||||
5 | |||||
6 | cursor.mode = navigation | ||||
7 | cursor.orientationAware = 1 | ||||
8 | |||||
9 | # This displayID matches the unique ID of the virtual display created for Emulator. | ||||
10 | # This will indicate to input flinger than it should link this input device | ||||
11 | # with the virtual display. | ||||
12 | touch.displayId = virtual:com.android.emulator.multidisplay:1234571 |