Esempio n. 1
0
 public static void Enable(GlfwEnableCap token)
 {
     GlfwDelegates.glfwEnable((int)token);
 }