The open source OpenXR runtime
0
fork

Configure Feed

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

oxr/input: Also print input name in OXR_DEBUG_BINDINGS when binding

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

authored by

Christoph Haag and committed by
Marge Bot
4631ac20 84816e97

+2 -1
+2 -1
src/xrt/state_trackers/oxr/oxr_input.c
··· 769 769 770 770 if (found) { 771 771 if (xbp == NULL) { 772 - oxr_slog(slog, "\t\t\t\tBound (xdev)!\n"); 772 + oxr_slog(slog, "\t\t\t\tBound (xdev '%s'): %s!\n", xdev->str, 773 + xrt_input_name_string(binding_points[i]->input)); 773 774 } else { 774 775 oxr_slog(slog, "\t\t\t\tBound (xbp)!\n"); 775 776 }