mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
st/oxr: document oxr_instance::oxr_interaction_profile
This commit is contained in:
parent
e01bd11759
commit
1a9e0750c7
|
@ -1171,6 +1171,7 @@ struct oxr_instance
|
||||||
struct oxr_event *next;
|
struct oxr_event *next;
|
||||||
} event;
|
} event;
|
||||||
|
|
||||||
|
//! Interaction profile bindings that have been suggested by the client.
|
||||||
struct oxr_interaction_profile **profiles;
|
struct oxr_interaction_profile **profiles;
|
||||||
size_t profile_count;
|
size_t profile_count;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue