From 60bd3868ca33a720d1b347ee6189793fb8cf63ae Mon Sep 17 00:00:00 2001 From: Abbion <55063719+Abbion@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:10:57 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fdbdc60..da606e94 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ This software was not created by me. The original repository is linked down belo ### New hint for Windows: -`GLFW_BORDERLESS_AREO` - When window is created it automaticaly becomes borderless but has all the areo and animation features. +- `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. +- `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.