Monado OpenXR Runtime
Data Fields
oxr_source_set Struct Reference

Session input source. More...

#include <oxr/oxr_objects.h>

Collaboration diagram for oxr_source_set:
Collaboration graph
[legend]

Data Fields

struct oxr_handle_base handle
 Common structure for things referred to by OpenXR handles. More...
 
struct oxr_sessionsess
 Owning session. More...
 
struct oxr_sub_paths requested_sub_paths
 Which sub-action paths are requested on the latest sync. More...
 
struct oxr_source_setnext
 Next source set on this session. More...
 

Detailed Description

Session input source.

See also
oxr_action_set

Field Documentation

◆ handle

struct oxr_handle_base oxr_source_set::handle

Common structure for things referred to by OpenXR handles.

◆ next

struct oxr_source_set* oxr_source_set::next

Next source set on this session.

◆ requested_sub_paths

struct oxr_sub_paths oxr_source_set::requested_sub_paths

Which sub-action paths are requested on the latest sync.

◆ sess

struct oxr_session* oxr_source_set::sess

Owning session.


The documentation for this struct was generated from the following file: