Androidタップイベント
#zawa
Twitter
https://twitter.com/Zawa_works
https://gyazo.com/14d47a18e604acaba7922adc89acb3a7
記事
ADB : Androidのタッチイベントを取得してみた
Android×Processing:adb getevent編
Android×Processing:adb input touchscreen編
adbコマンド
接続しているデバイスを取得
$ adb devices
タッチイベントの取得
$ adb shell getevent -lt
タッチイベントの送信
$ adb shell input touchscreen tap x y
$ adb shell input touchscreen swipe x1 y1 x2 y2 t
ms
#MCCMMANCC2017