From 040552fccaa05ed84af26a65182b5562e77a0dc4 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 21 Jan 2014 22:40:19 +0100 Subject: [PATCH] Added file drop support to news page. --- docs/news.dox | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index bbce25fd..ff091829 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -5,6 +5,14 @@ @tableofcontents +@section news_31 New features in version 3.1 + +@subsection news_31_drop Drop event support + +GLFW now provides a callback for receiving the paths of files dropped onto GLFW +windows. The callback is set with the @ref glfwSetDropCallback function. + + @section news_30 New features in version 3.0 @subsection news_30_cmake CMake build system