mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
Update README.md
This commit is contained in:
parent
db6ccc3a5d
commit
304ef6f0d8
18
README.md
18
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user