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

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

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

Macro Definition Documentation

◆ TS_SETENV

#define TS_SETENV (   x)    setenv(#x, x, false);

Typedef Documentation

◆ TouchEventCallback

using TouchEventCallback = std::function<void(ts_sample_mt)>