示例#1
0
 public static int GetInputMode(GlfwWindowPtr window, InputMode mode)
 {
     return(GlfwDelegates.glfwGetInputMode(window, mode));
 }