glfw/README.md
2024-01-27 00:09:49 +01:00

441 B

Borderless features

New hint for Windows:

  • GLFW_BORDERLESS_AREO - When window is created it automatically becomes borderless but has all the area and animation features.

New functions:

  • glfwSetWindowBorderlessResizeBorderSize(windowPtr, sizeOfResizeBorder) - Changes the size of resize borders in the window.
  • glfwSetWindowBorderlessGrabArea(windowPtr, xpos, ypos, width, height) - Sets the grab area size and position.