Added info on the 'seq' argument to readme.txt.

This commit is contained in:
moosecrab 2020-06-18 16:11:38 -07:00
parent 5f0d133580
commit 5682dc722d

View File

@ -8,6 +8,7 @@ Mouse messages are:
move - continue a trackpad movement move - continue a trackpad movement
end - end a trackpad movement end - end a trackpad movement
All of the above take 2 arguments: x and y. 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. Mouse movement is relative so don't worry about the absolute values.
X is positive left, and Y is positive down. X is positive left, and Y is positive down.