Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CGenericTouchActionHandler, including all inherited members.
GetInstance() | CGenericTouchActionHandler | static |
OnLongPress(float x, float y, int32_t pointers=1) override | CGenericTouchActionHandler | virtual |
OnMultiTouchDown(float x, float y, int32_t pointer) override | CGenericTouchActionHandler | virtual |
OnMultiTouchHold(float x, float y, int32_t pointers=2) override | CGenericTouchActionHandler | virtual |
OnMultiTouchMove(float x, float y, float offsetX, float offsetY, float velocityX, float velocityY, int32_t pointer) override | CGenericTouchActionHandler | virtual |
OnMultiTouchUp(float x, float y, int32_t pointer) override | CGenericTouchActionHandler | virtual |
OnRotate(float centerX, float centerY, float angle) override | CGenericTouchActionHandler | virtual |
OnSingleTouchEnd(float x, float y) override | CGenericTouchActionHandler | virtual |
OnSingleTouchHold(float x, float y) override | CGenericTouchActionHandler | virtual |
OnSingleTouchMove(float x, float y, float offsetX, float offsetY, float velocityX, float velocityY) override | CGenericTouchActionHandler | virtual |
OnSingleTouchStart(float x, float y) override | CGenericTouchActionHandler | virtual |
OnSwipe(TouchMoveDirection direction, float xDown, float yDown, float xUp, float yUp, float velocityX, float velocityY, int32_t pointers=1) override | CGenericTouchActionHandler | virtual |
OnTap(float x, float y, int32_t pointers=1) override | CGenericTouchActionHandler | virtual |
OnTouchAbort() override | CGenericTouchActionHandler | virtual |
OnTouchGestureEnd(float x, float y, float offsetX, float offsetY, float velocityX, float velocityY) override | CGenericTouchActionHandler | virtual |
OnTouchGesturePan(float x, float y, float offsetX, float offsetY, float velocityX, float velocityY) override | CGenericTouchActionHandler | virtual |
OnTouchGestureStart(float x, float y) override | CGenericTouchActionHandler | virtual |
OnZoomPinch(float centerX, float centerY, float zoomFactor) override | CGenericTouchActionHandler | virtual |
QuerySupportedGestures(float x, float y) | CGenericTouchActionHandler | |
~ITouchActionHandler()=default | ITouchActionHandler | virtual |