start of guiMode implementation

This commit is contained in:
Jonathan Bosson
2017-05-02 16:08:01 -06:00
parent 7f7b40d736
commit f3bf3fb5c7
2 changed files with 40 additions and 29 deletions
+2 -2
View File
@@ -109,6 +109,7 @@ class TouchInteraction : public properties::PropertyOwner
void decelerate();
void clear();
void tap();
bool guiON();
// Get & Setters
Camera* getCamera();
@@ -125,14 +126,13 @@ class TouchInteraction : public properties::PropertyOwner
VelocityStates _vel;
ScaleFactor _friction;
ScaleFactor _sensitivity;
glm::dvec3 _centroid;
int _action;
double _projectionScaleFactor;
double _currentRadius;
double _time;
bool _directTouchMode;
bool _tap;
bool _levSuccess;
bool _guiON;
std::vector<SelectedBody> _selected;