Tao.Glfw SDK Documentation |
|
Glfw.glfwSetWindowPos Method
[Visual Basic]
Public Shared Sub glfwSetWindowPos( _
ByVal
x As
Integer, _
ByVal
y As
Integer _
)
[C#]
public static
void glfwSetWindowPos(
int x,
int y);
See Also
Glfw Class | Tao.Glfw Namespace