mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
.github | ||
CMake | ||
deps | ||
docs | ||
examples | ||
include/GLFW | ||
src | ||
tests | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
CMakeLists.txt | ||
CONTRIBUTORS.md | ||
LICENSE.md | ||
README.md |
GLFW
This software was not created by me. The original repository is linked down below.
Borderless features
New hint for Windows:
GLFW_BORDERLESS_AREO
- When window is created it automatically becomes borderless but has all the area 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.