Skip to content
RUSshy edited this page Mar 17, 2017 · 4 revisions
        // Button with a label
        if (nk_button_label(ctx, "Button")) 
        {
            /* event handling */
        }

Clone this wiki locally