From 68d757113bbeab29387efb670f71edd5bd56e0a5 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 21 Mar 2014 15:58:01 +0100 Subject: [PATCH] Added custom cursors to news. --- docs/news.dox | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index 0be9cd06..a815fb14 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -7,6 +7,13 @@ @section news_31 New features in version 3.1 +@subsection news_31_cursor Custom system cursor support + +GLFW now supports creating and setting custom system cursors. They can be +created with @ref glfwCreateCursor and set with @ref glfwSetCursor. Note that +custom cursors are only visible in normal cursor mode. + + @subsection news_31_drop Drop event support GLFW now provides a callback for receiving the paths of files dropped onto GLFW