From 49c4227b0d97f7e7959116c87db214199526c00e Mon Sep 17 00:00:00 2001 From: Felipe Ferreira da Silva Date: Thu, 6 Apr 2017 21:39:07 -0300 Subject: [PATCH] Mention attention request function in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76b384a37..55a93a18d 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ information on what to include when reporting a bug. ## Changelog +- Added `glfwRequestWindowAttention` function that request attention to the + non-focused or minimized window - Added `glfwGetKeyScancode` function that allows retrieving platform dependent scancodes for keys (#830) - Added `glfwSetWindowMaximizeCallback` and `GLFWwindowmaximizefun` for