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