A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
Go to file
2023-02-27 19:12:59 +01:00
.github Add support for manually running build workflow 2023-01-26 18:41:46 +01:00
CMake Start making use of CMake 3.4 string(APPEND) 2021-08-26 16:03:58 +02:00
deps Update glad to include Vulkan 1.3 2022-07-07 23:48:16 +02:00
docs Update Doxyfile template for Doxygen 1.9.5 2022-09-20 19:38:37 +02:00
examples Focus gained when l mouse clicked 2023-02-26 22:35:23 +01:00
include/GLFW Resolve 1 2023-02-27 18:30:29 +01:00
src Resolve 1 2023-02-27 18:30:29 +01:00
tests Add window hints for initial position 2022-07-29 11:50:13 +02:00
.appveyor.yml Add 'latest' branch to all CI builds 2021-06-14 19:45:47 +02:00
.gitattributes Exclude CI and Git dotfiles from Git export 2019-04-01 17:41:04 +02:00
.gitignore Added 2 entries to the gitignores file. 2021-01-18 02:04:35 +01:00
.mailmap Add initial .mailmap file 2019-11-14 19:50:03 +01:00
CMakeLists.txt Add glfwInitVulkanLoader 2021-10-27 18:22:05 +02:00
CONTRIBUTORS.md Add credit 2022-12-16 13:44:59 +01:00
LICENSE.md Fix license copyright year and formatting 2019-08-15 16:59:54 +02:00
README.md Update README.md 2023-02-27 19:12:59 +01:00

GLFW

This software was not created by me. The original repository is linked down below.

Original repository

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.