kodi
Classes | Public Member Functions | List of all members
KODI::WINDOWING::WAYLAND::CInputProcessorTouch Class Referencefinal

Touch input processor. More...

#include <InputProcessorTouch.h>

Inheritance diagram for KODI::WINDOWING::WAYLAND::CInputProcessorTouch:
Inheritance graph
[legend]
Collaboration diagram for KODI::WINDOWING::WAYLAND::CInputProcessorTouch:
Collaboration graph
[legend]

Public Member Functions

 CInputProcessorTouch (wayland::surface_t const &surface)
 
void SetCoordinateScale (std::int32_t scale)
 
void OnTouchDown (CSeat *seat, std::uint32_t serial, std::uint32_t time, const wayland::surface_t &surface, std::int32_t id, double x, double y) override
 
void OnTouchUp (CSeat *seat, std::uint32_t serial, std::uint32_t time, std::int32_t id) override
 
void OnTouchMotion (CSeat *seat, std::uint32_t time, std::int32_t id, double x, double y) override
 
void OnTouchCancel (CSeat *seat) override
 
void OnTouchShape (CSeat *seat, std::int32_t id, double major, double minor) override
 

Detailed Description

Touch input processor.

Events go directly to CGenericTouchInputHandler, so no callbacks here


The documentation for this class was generated from the following files: