glfw/README.md
2023-02-27 19:09:46 +01:00

20 lines
588 B
Markdown

# GLFW
This software was not created by me. The original repository is linked down below.
[Original repository](https://github.com/glfw/glfw)
## Borderless features
### New hint for Windows:
`GLFW_BORDERLESS_AREO`
When window is created it automaticaly becomes borderless but has all the areo 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.