|
Monado OpenXR Runtime
|
Combo box information. More...
#include <util/u_var.h>

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. | |
Combo box information.
| int u_var_combo::count |
Number of options.
Referenced by u_autoexpgain_create().
| const char* u_var_combo::options |
List of count option names separated by \0.
Referenced by u_autoexpgain_create().
| int* u_var_combo::value |
Pointer to the option value.
Referenced by u_autoexpgain_create().