Edit - I did some more digging and it seems the kinect has a position.x function but I cant find one for processing, anybody know if there is one?
In the project I'm working on, I need to replace the mouseX variable with the first variable generated by the leap motion. It tracks the hand with [X, Y, Z] but since I need to save the variable that holds this data as a PVector I am not sure how to get the X variable out of it.
Any help is greatly appreciated.