Results 2 issues of Thiago Hersan

Hello ! Apologies if this is a duplicate, but I couldn't find any previous discussions on github about it. Is there a reason why map() isn't templated to provide maximum...

`ofxOpenNIUser& ofxOpenNI::getTrackedUser(int index);` takes an "index-user-Id", but that's not the same as the XnUserID that's in ofxOpenNIUserEvent. I've added a `ofxOpenNIUser& ofxOpenNI::getUser(XnUserID nID)` function that uses a XnUserID to get...