Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ITouchInputHandler.h File Reference
#include "input/touch/ITouchInputHandling.h"
#include <atomic>
#include <stdint.h>

Classes

class  ITouchInputHandler
 Interface (implements ITouchInputHandling) defining methods to handle raw touch input events (down, up, move). More...
 

Enumerations

enum  TouchInput {
  TouchInputUnchanged = 0 , TouchInputAbort , TouchInputDown , TouchInputUp ,
  TouchInputMove
}
 Touch input event. More...