From 5682dc722d96fad9f64669f3e9060430b0f5b1e1 Mon Sep 17 00:00:00 2001 From: moosecrab Date: Thu, 18 Jun 2020 16:11:38 -0700 Subject: [PATCH] Added info on the 'seq' argument to readme.txt. --- webcrab/res/readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/webcrab/res/readme.txt b/webcrab/res/readme.txt index f690641..8142b1f 100755 --- a/webcrab/res/readme.txt +++ b/webcrab/res/readme.txt @@ -8,6 +8,7 @@ Mouse messages are: move - continue a trackpad movement end - end a trackpad movement All of the above take 2 arguments: x and y. +Each touch has a "seq" argument that starts at 0 and increments with each move, to avoid out-of-order movements. Mouse movement is relative so don't worry about the absolute values. X is positive left, and Y is positive down.