Ejemplo n.º 1
0
 public static bool ButtonLabel(string Label)
 {
     return(Nuklear.nk_button_label(Ctx, Label) != 0);
 }