From d8ef50437657fe50cc1cdd62582435f9c24b05e6 Mon Sep 17 00:00:00 2001 From: Abbion <55063719+Abbion@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:45:11 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ee3fd03..ae61ece8 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ This software was not created by me. The original repository is linked down belo ## 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: +###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.