From 67b6c25d7884a5c426285384ad7ab8d84951e08f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 4 Nov 2020 00:38:23 +0300 Subject: [PATCH] Update mouse.md --- pages/mouse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mouse.md b/pages/mouse.md index d4f16951..350ed30f 100644 --- a/pages/mouse.md +++ b/pages/mouse.md @@ -2,7 +2,7 @@ There are two modes of pointer device: absolute and relative. -In absolute mode, the input device transmits the exact coordinates (X,Y) where the cursor should be moved. This is how touchscreens or drawing tablets work +In absolute mode, the input device transmits the exact coordinates (X,Y) where the cursor should be moved. This is how touchscreens or drawing tablets work. In relative mode, only the relative offset (dX,dY) to the current position is transmitted, which is unknown to the input device itself. This is a regular mouse.