2#ifndef GRAMODS_TOUCH_TUIOEVENTADAPTOR
3#define GRAMODS_TOUCH_TUIOEVENTADAPTOR
5#include <gmTouch/config.hh>
7#ifdef gramods_ENABLE_TUIO
9#include <gmTouch/TouchState.hh>
14BEGIN_NAMESPACE_GMTOUCH;
32 :
public TouchState::EventAdaptor {
42 void connect(std::string address =
"localhost",
int port = 3333);
48 void open(
int port = 3333);
53 void init(
int width,
int height)
override;
63 std::unique_ptr<Impl> _impl;