The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Print what input a transform is searched for in OXR_DEBUG_BINDINGS

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2431>

authored by

Christoph Haag and committed by
Marge Bot
568afbee ca3217dd

+4
+4
src/xrt/state_trackers/oxr/oxr_input.c
··· 1585 1585 for (uint32_t i = 0; i < input_count; i++) { 1586 1586 // Only add the input if we can find a transform. 1587 1587 1588 + oxr_slog(slog, "\t\tFinding transforms for '%s' to action '%s' of type '%s'\n", 1589 + xrt_input_name_string(inputs[i].input->name), act_ref->name, 1590 + xr_action_type_to_str(act_ref->action_type)); 1591 + 1588 1592 enum oxr_dpad_region dpad_region; 1589 1593 if (get_dpad_region_from_path(log, sess->sys->inst, inputs[i].bound_path, &dpad_region)) { 1590 1594 struct oxr_dpad_entry *entry = oxr_dpad_state_get(&profile->dpad_state, act_set_key);