|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
| class | CGenericTouchActionHandler |
| Generic implementation of ITouchActionHandler to translate touch actions into XBMC specific and mappable actions. More... | |
| class | CGenericTouchInputHandler |
| Generic implementation of ITouchInputHandler to handle low level (raw) touch events and translate them into touch actions which are passed on to the registered ITouchActionHandler implementation. More... | |
| class | CGenericTouchPinchDetector |
| Implementation of IGenericTouchGestureDetector to detect pinch/zoom gestures with at least two active touch pointers. More... | |
| class | CGenericTouchRotateDetector |
| Implementation of IGenericTouchGestureDetector to detect rotation gestures with at least two active touch pointers. More... | |
| class | CGenericTouchSwipeDetector |
| Implementation of IGenericTouchGestureDetector to detect swipe gestures in any direction. More... | |
| class | IGenericTouchGestureDetector |
| Interface defining methods to perform gesture recognition. More... | |
Everything around generic touch detection