Using ChimpChat - wtchoi/SwiftHand GitHub Wiki
This document describes about ChimpChat library (adkroot/tools/lib/chipmchat.jar). The library is almost identical to monkeyrunner tool. This document explains difference.
class IChimpDevice
IChimpDevice implements functionality of MonkeyDevice.
- IChimpDevice.drag(int, int, int, int, int step, int time_msec): Order of the last two arguments are changed. Also, It interpret time argument using millisecond metric, while MonkeyDevice.drag() uses second metric.