Skip to content
RUSshy edited this page Mar 17, 2017 · 4 revisions

Sample

        // Button with a label
        if (nk_button_label(ctx, "Button")) {
            /* event handling */
        }
Clone this wiki locally