TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
TouchEventDispatcher Class Reference

A class that takes care of dispatching the touch events to the right objects of the displayed scene. More...

#include <TouchEventDispatcher.h>

Public Member Functions

 TouchEventDispatcher (SceneManager &sceneManager)
 
void dispatchTouchEvent (int x, int y)
 

Detailed Description

A class that takes care of dispatching the touch events to the right objects of the displayed scene.

Constructor & Destructor Documentation

◆ TouchEventDispatcher()

TouchEventDispatcher::TouchEventDispatcher ( SceneManager sceneManager)

Member Function Documentation

◆ dispatchTouchEvent()

void TouchEventDispatcher::dispatchTouchEvent ( int  x,
int  y 
)

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