Monado OpenXR Runtime
u_var_combo Struct Reference

Combo box information. More...

#include <util/u_var.h>

Collaboration diagram for u_var_combo:

Data Fields

int count
 Number of options. More...
 
const char * options
 List of count option names separated by \0. More...
 
int * value
 Pointer to the option value. More...
 

Detailed Description

Combo box information.

Field Documentation

◆ count

int u_var_combo::count

Number of options.

◆ options

const char* u_var_combo::options

List of count option names separated by \0.

◆ value

int* u_var_combo::value

Pointer to the option value.


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