Skip to content

Commit

Permalink
Add click event for ZapUiEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
parksb committed Nov 21, 2023
1 parent 5618213 commit a1ba66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/specifications/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down

0 comments on commit a1ba66a

Please sign in to comment.