.. _pages/gestures#gesture_events: Gesture Events ############## Based on the :ref:`low-level pointer events `, the following gesture events are available in all three of qooxdoo's GUI toolkits (qx.Desktop, qx.Mobile and qx.Website): * `tap `__: A brief finger/stylus tap or mouse click * `longtap `__: A tap that is held down for 500 milliseconds * `dbltap `__: Two taps in quick succession * `swipe `__: Horizontal or vertical swipe motion * `rotate `__: Two contact points (e.g. fingers) rotating around a central point * `pinch `__: Two contact points moving towards or away from each other * `track `__: Cross-device equivalent to mouse drag (fired only between pointerdown and pointerup)