Monado OpenXR Runtime
Data Fields
oxr_source Struct Reference

Session input source. More...

#include <oxr/oxr_objects.h>

Collaboration diagram for oxr_source:
Collaboration graph
[legend]

Data Fields

struct oxr_handle_base handle
 Common structure for things referred to by OpenXR handles. More...
 
XrActionType action_type
 Type the action this source was created from is. More...
 
struct oxr_source_state any_state
 
struct oxr_source_cache user
 
struct oxr_source_cache head
 
struct oxr_source_cache left
 
struct oxr_source_cache right
 
struct oxr_source_cache gamepad
 

Detailed Description

Session input source.

See also
oxr_action

Field Documentation

◆ action_type

XrActionType oxr_source::action_type

Type the action this source was created from is.

◆ any_state

struct oxr_source_state oxr_source::any_state

◆ gamepad

struct oxr_source_cache oxr_source::gamepad

◆ handle

struct oxr_handle_base oxr_source::handle

Common structure for things referred to by OpenXR handles.

◆ head

struct oxr_source_cache oxr_source::head

◆ left

struct oxr_source_cache oxr_source::left

◆ right

struct oxr_source_cache oxr_source::right

◆ user

struct oxr_source_cache oxr_source::user

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