Skip to content

Commit

Permalink
Add TouchCanceled Event to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed Dec 21, 2020
1 parent 37760cd commit ffc63db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ Take a look a the [Demo Project](/Flex.Demo) in this repository for a full sampl
|------------------|---------|
| `TouchedDown` | Triggered, when button got pressed down |
| `TouchedUp` | Triggered, when button got released |
| `TouchCanceled` | Triggered, when button press got canceled (for example by moning the pointer out of the button area) |
| `Clicked` | Same as `TouchedUp` |
| `Toggled` | Triggered, when the button got toggled on or off |

0 comments on commit ffc63db

Please sign in to comment.