···15851585 for (uint32_t i = 0; i < input_count; i++) {
15861586 // Only add the input if we can find a transform.
1587158715881588+ oxr_slog(slog, "\t\tFinding transforms for '%s' to action '%s' of type '%s'\n",
15891589+ xrt_input_name_string(inputs[i].input->name), act_ref->name,
15901590+ xr_action_type_to_str(act_ref->action_type));
15911591+15881592 enum oxr_dpad_region dpad_region;
15891593 if (get_dpad_region_from_path(log, sess->sys->inst, inputs[i].bound_path, &dpad_region)) {
15901594 struct oxr_dpad_entry *entry = oxr_dpad_state_get(&profile->dpad_state, act_set_key);