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