Пример #1
0
 public static unsafe string GetVersionString()
 {
     return(MarshalExt.FromUTF8(glfwGetVersionString()));
 }
Пример #2
0
 public static string GetMonitorName(Monitor monitor)
 {
     return(MarshalExt.FromUTF8(glfwGetMonitorName(monitor)));
 }