Slider - vurtun/nuklear GitHub Wiki
// The value will change if you play with the slider
float value = 0.5f;
nk_slider_float(&ctx, 0, &value, 1.0f, 0.1f);
// The value will change if you play with the slider
float value = 0.5f;
nk_slider_float(&ctx, 0, &value, 1.0f, 0.1f);