Skip to content
RUSshy edited this page Mar 17, 2017 · 2 revisions
 // The value will change if you play with the slider
 float value = 0.5f;
 nk_slider_float(&ctx, 0, &value, 1.0f, 0.1f);

Clone this wiki locally