Tao.Glfw SDK Documentation

Glfw.glfwOpenWindowHint Method 

Sets additional properties for a window that is to be opened.

[Visual Basic]
Public Shared Sub glfwOpenWindowHint( _
   ByVal target As Integer, _
   ByVal hint As Integer _
)
[C#]
public static void glfwOpenWindowHint(
   int target,
   int hint
);

Parameters

target
hint

Remarks

For a hint to be registered, the function must be called before calling glfwOpenWindow. When the glfwOpenWindow function is called, any hints that were registered with the glfwOpenWindowHint function are used for setting the corresponding window properties, and then all hints are reset to their default values.

See Also

Glfw Class | Tao.Glfw Namespace