save lm data for plots later

This commit is contained in:
Jonathan Bosson
2017-05-10 17:07:54 -06:00
parent 08e3ac8a6b
commit 9bc653ec01
5 changed files with 45 additions and 19 deletions
-3
View File
@@ -37,8 +37,6 @@
#include <sstream>
#include <string>
#include <iostream>
#include <thread> // std::this_thread::sleep_for
#include <chrono> // std::chrono::seconds
using namespace TUIO;
@@ -128,7 +126,6 @@ TouchModule::TouchModule()
if (gotNewInput() && OsEng.windowWrapper().isMaster()) {
touch->update(list, lastProcessed);
//std::this_thread::sleep_for(std::chrono::seconds(1)); // for debugging
}
else if (list.size() == 0) {
touch->clear();