// openFrameworks calls this function in an infinite loop until the app ends void HelloMultitouch::draw(){ for (const auto& point : touch_points){ point.second.Draw(); } }