Tao.Glfw SDK Documentation

Glfw.glfwWaitCond Method 

[Visual Basic]
Public Shared Sub glfwWaitCond( _
   ByVal cond As IntPtr, _
   ByVal mutex As IntPtr, _
   ByVal timeout As Double _
)
[C#]
public static void glfwWaitCond(
   IntPtr cond,
   IntPtr mutex,
   double timeout
);

See Also

Glfw Class | Tao.Glfw Namespace