This commit is contained in:
Camilla Löwy 2017-08-04 02:36:36 +02:00
parent ce87a1142e
commit ea46ea0929
2 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@ information on what to include when reporting a bug.
- Added `glfwRequestWindowAttention` function for requesting attention from the - Added `glfwRequestWindowAttention` function for requesting attention from the
user (#732,#988) user (#732,#988)
- Added `glfwDragWindow` function for starting a drag operation on a window - Added `glfwDragWindow` function for starting a drag operation on a window
(#987)
- Added `glfwGetKeyScancode` function that allows retrieving platform dependent - Added `glfwGetKeyScancode` function that allows retrieving platform dependent
scancodes for keys (#830) scancodes for keys (#830)
- Added `glfwSetWindowMaximizeCallback` and `GLFWwindowmaximizefun` for - Added `glfwSetWindowMaximizeCallback` and `GLFWwindowmaximizefun` for

View File

@ -2938,7 +2938,7 @@ GLFWAPI void glfwFocusWindow(GLFWwindow* window);
* *
* @sa @ref window_drag * @sa @ref window_drag
* *
* @since Added in version 3.2. * @since Added in version 3.3.
* *
* @ingroup window * @ingroup window
*/ */