guiMode infrastructure, just need to emulate mouse correctly

This commit is contained in:
Jonathan Bosson
2017-05-04 17:29:30 -06:00
parent f3bf3fb5c7
commit 824cd1be05
4 changed files with 60 additions and 27 deletions

View File

@@ -99,6 +99,7 @@ class TouchInteraction : public properties::PropertyOwner
~TouchInteraction();
void update(const std::vector<TUIO::TuioCursor>& list, std::vector<Point>& lastProcessed);
bool gui(const std::vector<TUIO::TuioCursor>& list);
void manipulate(const std::vector<TUIO::TuioCursor>& list);
void trace(const std::vector<TUIO::TuioCursor>& list);
int interpret(const std::vector<TUIO::TuioCursor>& list, const std::vector<Point>& lastProcessed);
@@ -109,7 +110,6 @@ class TouchInteraction : public properties::PropertyOwner
void decelerate();
void clear();
void tap();
bool guiON();
// Get & Setters
Camera* getCamera();