Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 authored Jul 3, 2020
1 parent 7b17bae commit cf36bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Here's a full list of events handled by this library:
| `attachClick` | Fires as soon as a single click is detected. |
| `attachDoubleClick` | Fires as soon as a double click is detected. |
| `attachTrippleClick` | Fires as soon as tripple click or more clicks are detected.|
| `attachPressStart` | Fires as soon as the button is pressed down. |
| `attachPressStart` | **NEW** Fires as soon as the button is pressed down. |
| `attachLongPressStart` | Fires as soon as the button is held down for 1 second. |
| `attachDuringLongPress` | Fires periodically as long as the button is held down. |
| `attachLongPressStop` | Fires when the button is released after a long hold. |
Expand Down

0 comments on commit cf36bfe

Please sign in to comment.