Example #1
0
 public static void SetInputMode(Window window, int mode, int value)
 {
     Imports.glfwSetInputMode(window, mode, value);
 }