From a1ba66aa8fd96428d641c45896f924db878d94de Mon Sep 17 00:00:00 2001 From: parksb Date: Tue, 21 Nov 2023 14:19:53 +0900 Subject: [PATCH] Add click event for ZapUiEvent --- docs/specifications/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/specifications/resources.md b/docs/specifications/resources.md index 64b754c..5d864f2 100644 --- a/docs/specifications/resources.md +++ b/docs/specifications/resources.md @@ -107,6 +107,7 @@ Represent data related to event raised by the user interface. | property | value | description | |------|-----------|-------------| +| `CLICK` | `CLICK` | An event triggered when a click (or touch) on the UI begins and ends within a short period. | | `CLICK_DOWN` | `CLICK_DOWN` | An event triggered when a click (or touch) is initiated on the UI. | | `CLICK_UP` | `CLICK_UP` | An event triggered when a click (or touch) on the UI has ended. |