public static bool ButtonText(string text) { unsafe { return Nuklear.nk_button_text(_nuklearContext, text); } }