From 225286d84d0c9e56b8d45e5745c111ddb8bc16f5 Mon Sep 17 00:00:00 2001 From: strarsis Date: Sat, 10 Dec 2022 01:51:56 +0100 Subject: [PATCH] Document hotspot `click` event types --- doc/json-config-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/json-config-parameters.md b/doc/json-config-parameters.md index 3954a25..c98d3da 100644 --- a/doc/json-config-parameters.md +++ b/doc/json-config-parameters.md @@ -335,7 +335,7 @@ 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 +for the hot spot's `click`, `pointerup` or `touchend` events. The event object and the contents of `clickHandlerArgs` are passed to the function as arguments. #### `draggable`