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.