| 422 | /////////////////////////////////////////// |
| 423 | |
| 424 | hand_joint_t *input_hand_get_pose_buffer(handed_ hand) { |
| 425 | return &hand_state[hand].info.fingers[0][0]; |
| 426 | } |
| 427 | |
| 428 | /////////////////////////////////////////// |
| 429 |
no outgoing calls
no test coverage detected