コード例 #1
0
 public static bool ButtonLabel(string text)
 {
     unsafe
     {
         return Nuklear.nk_button_label(_nuklearContext, text) != 0;
     }
 }