From 304ef6f0d865aade0243b578ef2e891b76b231e6 Mon Sep 17 00:00:00 2001 From: Abbion <55063719+Abbion@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:07:02 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d855ef78..cd7813a5 100644 --- a/README.md +++ b/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) - - +[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.