|
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.
|


Go to the source code of this file.
Classes | |
| class | TouchEnabledObject |
| A base class that provides the methods needed for the object to react to touch input. More... | |
Typedefs | |
| using | TouchCallback = std::function< void(void)> |
| The callback that will be called when the touch interaction happens. More... | |
Copyright (c) 2020 Paolo Infante
| using TouchCallback = std::function<void(void)> |
The callback that will be called when the touch interaction happens.