Monado OpenXR Runtime
Loading...
Searching...
No Matches
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.
 
const char * options
 List of count option names separated by \0.
 
int * value
 Pointer to the option value.
 

Detailed Description

Combo box information.

Field Documentation

◆ count

int u_var_combo::count

Number of options.

Referenced by u_autoexpgain_create().

◆ options

const char* u_var_combo::options

List of count option names separated by \0.

Referenced by u_autoexpgain_create().

◆ value

int* u_var_combo::value

Pointer to the option value.

Referenced by u_autoexpgain_create().


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