|
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.
|
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) |
A class that takes care of dispatching the touch events to the right objects of the displayed scene.
| TouchEventDispatcher::TouchEventDispatcher | ( | SceneManager & | sceneManager | ) |
| void TouchEventDispatcher::dispatchTouchEvent | ( | int | x, |
| int | y | ||
| ) |