1device.internal = 1
2
3touch.deviceType = touchScreen
4touch.orientationAware = 1
5
6cursor.mode = navigation
7cursor.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.
12touch.displayId = local:4619827551948147201
13
14# Allow touches while the screen is off
15touch.enableForInactiveViewport = 1
16
17# Tap on the display will wake the device.
18touch.wake = 1
19