• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

res/15-Dec-2024-13235

src/test/multideviceinput/15-Dec-2024-299213

Android.bpD15-Dec-20241.1 KiB3431

AndroidManifest.xmlD15-Dec-20241.3 KiB3517

OWNERSD15-Dec-202447 21

README.mdD15-Dec-2024672 2015

README.md

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