赞
踩
C:\Users\Administrator>adb shell input --help Error: Unknown command: --help Usage: input [<source>] <command> [<arg>...] The sources are: dpad keyboard mouse touchpad gamepad touchnavigation joystick touchscreen stylus trackball 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) draganddrop <x1> <y1> <x2> <y2> [duration(ms)] (Default: touchscreen) press (Default: trackball) roll <dx> <dy> (Default: trackball) tmode <tmode>
屏幕滑动
# 屏幕由(x1,y1)滑动至(x2Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。