From 54b7b22d03d74eec16147027f0d55ca623153021 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 10 Dec 2022 16:40:25 -0500 Subject: [PATCH] Improve documentation of hot spot click events (see #1133). Thanks to @strarsis. --- doc/json-config-parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/json-config-parameters.md b/doc/json-config-parameters.md index 3954a25..6520670 100644 --- a/doc/json-config-parameters.md +++ b/doc/json-config-parameters.md @@ -335,8 +335,8 @@ spot tooltip DOM instead of the default function. The contents of #### `clickHandlerFunc` (function) and `clickHandlerArgs` (object) If `clickHandlerFunc` is specified, this function is added as an event handler -for the hot spot's `click` event. The event object and the contents of -`clickHandlerArgs` are passed to the function as arguments. +for the hot spot's `click`, `pointerup`, and `touchend` events. The event object +and the contents of `clickHandlerArgs` are passed to the function as arguments. #### `draggable`