1*d57664e9SAndroid Build Coastguard Worker# MultiDeviceInput test app # 2*d57664e9SAndroid Build Coastguard Worker 3*d57664e9SAndroid Build Coastguard WorkerThis demo app is for manual testing of the multi-device input feature. 4*d57664e9SAndroid Build Coastguard WorkerIt creates two windows - one on the left and one on the right. You can use different input devices 5*d57664e9SAndroid Build Coastguard Workerin these windows. 6*d57664e9SAndroid Build Coastguard Worker 7*d57664e9SAndroid Build Coastguard Worker## Installation ## 8*d57664e9SAndroid Build Coastguard WorkerInstall this using: 9*d57664e9SAndroid Build Coastguard Worker``` 10*d57664e9SAndroid Build Coastguard WorkerAPP=MultiDeviceInput; m $APP && adb install $ANDROID_PRODUCT_OUT/system/app/$APP/$APP.apk 11*d57664e9SAndroid Build Coastguard Worker``` 12*d57664e9SAndroid Build Coastguard Worker 13*d57664e9SAndroid Build Coastguard Worker## Features ## 14*d57664e9SAndroid Build Coastguard Worker 15*d57664e9SAndroid Build Coastguard Worker* Touch in one window, use stylus in another window, at the same time 16*d57664e9SAndroid Build Coastguard Worker* Visualize hovering stylus 17*d57664e9SAndroid Build Coastguard Worker* Pinch zoom in one window to affect the line thickness in another window 18*d57664e9SAndroid Build Coastguard Worker* Check whether stylus rejects touch in the same window 19*d57664e9SAndroid Build Coastguard Worker* (in the future) Check stylus and touch operation in the same window 20