Exemplo n.º 1
0
 public static bool ButtonText(string text)
 {
     unsafe
     {
         return Nuklear.nk_button_text(_nuklearContext, text);
     }
 }