support for is-gesture (#1873)

* support for is-gesture

* updated shims

* activate shake button

* refactor

* refactor shake button
This commit is contained in:
Peli de Halleux
2019-03-21 07:40:23 -07:00
committed by GitHub
parent 8890614325
commit d640dc5eed
9 changed files with 96 additions and 11 deletions

View File

@ -24,3 +24,6 @@ input.onGesture(Gesture.Shake,() => {
})
```
## See Also
[is gesture](/reference/input/is-gesture)