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.
TouchEnabledObject.h File Reference
#include <functional>
#include "GraphicsObject.h"
Include dependency graph for TouchEnabledObject.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Author
Paolo Infante (info@.nosp@m.paol.nosp@m.oinfa.nosp@m.nte..nosp@m.it)
Version
1.0.0
Date
2020-12-17

Copyright (c) 2020 Paolo Infante

Typedef Documentation

◆ TouchCallback

using TouchCallback = std::function<void(void)>

The callback that will be called when the touch interaction happens.