From bfb7b053c219e19b0803a00931682d6447c58b20 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 6 Jun 2013 17:28:15 +0200 Subject: [PATCH] Added missing news items. --- docs/news.dox | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index fec1b858..32667887 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -138,8 +138,27 @@ a frame, a title bar, with the `GLFW_DECORATED` window hint. This allows for the creation of things like splash screens. +@subsection news_30_keymods Modifier key bit masks + +[Modifier key bit mask](@ref mods) parameters have been added to the +[mouse button](@ref GLFWmousebuttonfun) and [key](@ref GLFWkeyfun) callbacks. + + +@subsection news_30_scancode Platform-specific scancodes + +A scancode parameter has been added to the [key callback](@ref GLFWkeyfun). Keys +that don't have a [key token](@ref keys) still get passed on with the key +parameter set to `GLFW_KEY_UNKNOWN`. These scancodes will vary between machines +and are intended to be used for key bindings. + + @subsection news_30_jsname Joystick names The name of a joystick can now be retrieved using @ref glfwGetJoystickName. + +@subsection news_30_doxygen Doxygen documentation + +You are reading it. + */