Update README.md

This commit is contained in:
Abbion 2023-02-27 19:10:57 +01:00 committed by GitHub
parent f75ec87952
commit 60bd3868ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,8 @@ This software was not created by me. The original repository is linked down belo
### New hint for Windows:
`GLFW_BORDERLESS_AREO` - When window is created it automaticaly becomes borderless but has all the areo and animation features.
- `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.
- `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.