mirror of
https://github.com/glfw/glfw.git
synced 2025-12-23 15:33:23 +00:00
18 lines
688 B
Markdown
18 lines
688 B
Markdown
# 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">
|
|
|
|
## Borderless features
|
|
|
|
###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:
|
|
|
|
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.
|