28 #ifndef MINVR_TUIOEVENTS_H
29 #define MINVR_TUIOEVENTS_H
31 #include <glm/glm.hpp>
34 #include <TuioClient.h>
42 #include <unordered_set>
44 #define BOOST_ASSERT_MSG_OSTREAM std::cout
45 #include <boost/assert.hpp>
49 #define TUIO_PORT 3333
66 TUIO::TuioClient *_tuioClient;
67 std::unordered_set<int> _cursorsDown;
74 BOOST_ASSERT_MSG(
false,
"TUIO is currently unsupported. Set cmake option USE_TUIO to ON and recompile.");
79 BOOST_ASSERT_MSG(
false,
"TUIO is currently unsupported. Set cmake option USE_TUIO to ON and recompile.");