Update README.md

This commit is contained in:
Abbion 2023-02-27 19:07:02 +01:00 committed by GitHub
parent db6ccc3a5d
commit 304ef6f0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
# GLFW # GLFW
This software was not created by me. The original repository is linked down below. This software was not created by me. The original repository is linked down below.
[![Original repository]](https://github.com/glfw/glfw) [Original repository](https://github.com/glfw/glfw)
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="100" height="100">
## Borderless features ## Borderless features
### New hint for Windows: ### New hint for Windows:
GLFW_BORDERLESS_AREO
GLFW_BORDERLESS_AREO - When window is created it automaticaly becomes borderless but has all the areo and animation features. When window is created it automaticaly becomes borderless but has all the areo and animation features.
### New functions: ### New functions:
glfwSetWindowBorderlessResizeBorderSize(windowPtr, sizeOfResizeBorder) - Changes the size of resize borders in the window. glfwSetWindowBorderlessResizeBorderSize(windowPtr, sizeOfResizeBorder)\
glfwSetWindowBorderlessGrabArea(windowPtr, xpos, ypos, width, height) - Sets the grab area size and position. Changes the size of resize borders in the window.
glfwSetWindowBorderlessGrabArea(windowPtr, xpos, ypos, width, height)
Sets the grab area size and position.