HandList
class Leap.HandList
all_hands = frame.hands构造函数
all_the_Hands = frame.hands属性
is_empty
frontmost
leftmost
rightmost
方法
append(other)
Last updated
all_hands = frame.handsall_the_Hands = frame.handsLast updated
if not frame.hands.is_empty:
#Process hands...
print str(hand)front_hand = frame.hands.frontmostfarthest_left = frame.hands.leftmostfurthest_right = frame.hands.rightmost