From b2f6707ad10eb11c69fd970147ffcd3ebbb1a2f1 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 6 Jul 2025 09:26:03 +0200 Subject: [PATCH] io/pointer: delete documentation that Cancel events have pointer IDs Cancel events affect the entire gesture and as such all active pointers. References: https://todo.sr.ht/~eliasnaur/gio/657 Signed-off-by: Elias Naur --- io/pointer/pointer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/pointer/pointer.go b/io/pointer/pointer.go index eeba203b..8c5825bd 100644 --- a/io/pointer/pointer.go +++ b/io/pointer/pointer.go @@ -19,7 +19,7 @@ type Event struct { Source Source // PointerID is the id for the pointer and can be used // to track a particular pointer from Press to - // Release or Cancel. + // Release. PointerID ID // Priority is the priority of the receiving handler // for this event.