diff --git a/input.rst b/input.rst index 271f50f..f1be5c7 100644 --- a/input.rst +++ b/input.rst @@ -11,7 +11,7 @@ gestureCallback(String event, Function callback) : void Register to get gesture events using the string of one of the events below (following GDK names, see below). Event Types - :onGesture(String gesture): The gestures that can be returned are `listed here `_: LONG_PRESS, SWIPE_DOWN, SWIPE_LEFT, SWIPE_RIGHT, TAP, THREE_LONG_PRESS, THREE_TAP, TWO_LONG_PRESS, TWO_SWIPE_RIGHT, TWO_SWIPE_UP, TWO_TAP + :onGesture(String gesture): The gestures that can be returned are `listed here `_: LONG_PRESS, SWIPE_DOWN, SWIPE_LEFT, SWIPE_RIGHT, SWIPE_UP, TAP, THREE_LONG_PRESS, THREE_TAP, TWO_LONG_PRESS, TWO_SWIPE_DOWN, TWO_SWIPE_LEFT, TWO_SWIPE_RIGHT, TWO_SWIPE_UP, TWO_TAP :onGesture(): Shorthand for a specific gesture (e.g., onGestureTAP). :onFingerCountChanged(int previousCount, int currentCount): see `FingerListener `_ in GDK :onScroll(float displacement, float delta, float velocity): see `ScrollListener `_ in GDK