-
Notifications
You must be signed in to change notification settings - Fork 567
Slider
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);