mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Touch: Added a firstInput so that if we ever get more than
max amount of inputs in our Deque, we will still have our first point stored (for pinching around a start-centroid mainly)
This commit is contained in:
@@ -80,6 +80,7 @@ public:
|
||||
private:
|
||||
//A deque of recorded inputs. Adding newer points to the front of the queue
|
||||
std::deque<TouchInput> _inputs;
|
||||
TouchInput _firstInput;
|
||||
|
||||
size_t _touchDeviceId;
|
||||
size_t _fingerId;
|
||||
|
||||
Reference in New Issue
Block a user