pub unsafe extern "C" fn gvr_controller_state_get_position(
state: *const gvr_controller_state,
) -> gvr_vec3fExpand description
Current (latest) controller simulated position for use with an elbow model.
@param state The controller state to get the latest simulated position from. @return The current controller simulated position (intended for use with an elbow model).