Monado OpenXR Runtime
Loading...
Searching...
No Matches
u_var_draggable_u8 Struct Reference

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

#include <util/u_var.h>

Collaboration diagram for u_var_draggable_u8:

Data Fields

uint8_t * val
 
uint8_t step
 
uint8_t min
 
uint8_t max
 

Detailed Description

Draggable usingned 8-bit integer information.

Field Documentation

◆ val

uint8_t* u_var_draggable_u8::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: