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