Monado OpenXR Runtime
u_var_draggable_u16 Struct Reference

Draggable usingned 16-bit integer information. More...

#include <util/u_var.h>

Collaboration diagram for u_var_draggable_u16:

Data Fields

uint16_t * val
 
uint16_t step
 
uint16_t min
 
uint16_t max
 

Detailed Description

Draggable usingned 16-bit integer information.

Field Documentation

◆ val

uint16_t* u_var_draggable_u16::val
Note
Using a float instead of storing the value like u_var_draggable_f32. It seemed better to decouple the UI from the value itself.
Todo:
Unify "draggable" widgets interface.

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