![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <stdint.h>
Classes | |
class | ITouchActionHandler |
Interface defining all supported touch action events. More... | |
Enumerations | |
enum | TouchMoveDirection { TouchMoveDirectionNone = 0x0, TouchMoveDirectionLeft = 0x1, TouchMoveDirectionRight = 0x2, TouchMoveDirectionUp = 0x4, TouchMoveDirectionDown = 0x8 } |
Directions in which a touch can moved. More... | |