-
Notifications
You must be signed in to change notification settings - Fork 563
Button
RUSshy edited this page Mar 17, 2017
·
4 revisions
// Button with a label
if (nk_button_label(ctx, "Button"))
{
/* event handling */
}