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
8fbede3de5
commit
f75ec87952
@ -8,11 +8,9 @@ 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.
|
||||
`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