-
Notifications
You must be signed in to change notification settings - Fork 567
Checkbox
8dcc edited this page Aug 7, 2023
·
12 revisions
int active; /* 1 if checkbox is selected */
nk_checkbox_label(ctx, "Checkbox", &active);