Example #1
0
 public static int GetInputMode(Window window, int mode)
 {
     return(Imports.glfwGetInputMode(window, mode));
 }