|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "input/touch/ITouchInputHandler.h"#include "input/touch/TouchTypes.h"#include "threads/CriticalSection.h"#include "threads/Timer.h"#include <array>#include <memory>#include <set>Classes | |
| 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... | |