From 2cc2e8acd78a18f285fe21ec862148a035ad82a9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Jun 2013 12:08:42 +0200 Subject: [PATCH] Added cursor crossing callback to news. --- docs/news.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index 32667887..313c715f 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -117,6 +117,12 @@ Windows now have a callback for focus events, which is set with @ref glfwSetWindowFocusCallback. +@subsection news_30_enterleave Cursor enter/leave callback + +Each window now has a callback for when the mouse cursor enters or leaves its +client area, which is set with @ref glfwSetCursorEnterCallback. + + @subsection news_30_wndtitle Initial window title The title of a window is now specified at creation time, as one of the arguments