|
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.
|
#include <string>#include <tslib.h>#include <vector>#include <functional>#include "TouchInputException.h"

Go to the source code of this file.
Classes | |
| class | TouchInput |
| Object that gathers the touch events from the underlying device. More... | |
Macros | |
| #define | TS_SETENV(x) setenv(#x, x, false); |
Typedefs | |
| using | TouchEventCallback = std::function< void(ts_sample_mt)> |
Copyright (c) 2020 Paolo Infante
| #define TS_SETENV | ( | x | ) | setenv(#x, x, false); |
| using TouchEventCallback = std::function<void(ts_sample_mt)> |