mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
u/hand: Constify arguments
This commit is contained in:
parent
dc28c1f04a
commit
2b05bfc709
|
@ -390,9 +390,9 @@ u_hand_sim_simulate(struct u_hand_sim_hand *hand_ptr, struct xrt_hand_joint_set
|
|||
}
|
||||
|
||||
void
|
||||
u_hand_sim_simulate_for_valve_index_knuckles(struct u_hand_tracking_curl_values *values,
|
||||
u_hand_sim_simulate_for_valve_index_knuckles(const struct u_hand_tracking_curl_values *values,
|
||||
bool is_right,
|
||||
struct xrt_space_relation *root_pose,
|
||||
const struct xrt_space_relation *root_pose,
|
||||
struct xrt_hand_joint_set *out_set)
|
||||
{
|
||||
struct u_hand_sim_hand hand;
|
||||
|
|
|
@ -70,9 +70,9 @@ void
|
|||
u_hand_sim_simulate(struct u_hand_sim_hand *hand, struct xrt_hand_joint_set *out_set);
|
||||
|
||||
void
|
||||
u_hand_sim_simulate_for_valve_index_knuckles(struct u_hand_tracking_curl_values *values,
|
||||
u_hand_sim_simulate_for_valve_index_knuckles(const struct u_hand_tracking_curl_values *values,
|
||||
bool is_right,
|
||||
struct xrt_space_relation *root_pose,
|
||||
const struct xrt_space_relation *root_pose,
|
||||
struct xrt_hand_joint_set *out_set);
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue