Variable reparentWindowConst
reparentWindow: (
child: GLFWwindow,
parent: GLFWParentWindow,
targetX: number,
targetY: number,
) => void = GLFW.reparentWindow
Type Declaration
- (
child: GLFWwindow,
parent: GLFWParentWindow,
targetX: number,
targetY: number,
): void Parameters
- child: GLFWwindow
- parent: GLFWParentWindow
- targetX: number
- targetY: number
Returns void