Esempio n. 1
0
 public static string GetMonitorName(GlfwMonitorPtr monitor)
 {
     return(GlfwDelegates.StrFromSbyte(GlfwDelegates.glfwGetMonitorName(monitor)));
 }
Esempio n. 2
0
 public static string GetMonitorName(GlfwMonitorPtr monitor)
 {
     return(new string(GlfwDelegates.glfwGetMonitorName(monitor)));
 }