Beispiel #1
0
 /// <summary>
 /// Sets the specified window hint to the desired value.
 /// </summary>
 /// <param name="hint"></param>
 /// <param name="value"></param>
 public static void WindowHintString(glfwWindowHint hint, string value) => WindowHintString((int)hint, value);
Beispiel #2
0
 /// <summary>
 /// Sets the specified window hint to the desired value.
 /// </summary>
 /// <param name="hint"></param>
 /// <param name="value"></param>
 public static void WindowHint(glfwWindowHint hint, int value) => WindowHint((int)hint, value);