Created
March 26, 2015 17:02
-
-
Save defHLT/bd3e681b1aa640c8048e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> ice ~ % adb shell input | |
Usage: input [<source>] <command> [<arg>...] | |
The sources are: | |
mouse | |
keyboard | |
joystick | |
touchnavigation | |
touchpad | |
trackball | |
stylus | |
dpad | |
touchscreen | |
gamepad | |
The commands and default sources are: | |
text <string> (Default: touchscreen) | |
keyevent [--longpress] <key code number or name> ... (Default: keyboard) | |
tap <x> <y> (Default: touchscreen) | |
swipe <x1> <y1> <x2> <y2> [duration(ms)] (Default: touchscreen) | |
press (Default: trackball) | |
roll <dx> <dy> (Default: trackball) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment