mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
+7
-1
@@ -23,7 +23,7 @@ windows. The callback is set with the @ref glfwSetDropCallback function.
|
||||
@subsection news_31_emptyevent Empty event support
|
||||
|
||||
GLFW now provides the @ref glfwPostEmptyEvent function for posting an empty
|
||||
event from a secondary thread to the main thread event queue, causing @ref
|
||||
event from another thread to the main thread event queue, causing @ref
|
||||
glfwWaitEvents to return.
|
||||
|
||||
|
||||
@@ -47,6 +47,12 @@ GLFW not supports floating windows, also called topmost or always on top, for
|
||||
easier debugging, with the `GLFW_FLOATING` window hint.
|
||||
|
||||
|
||||
@subsection news_31_egl Stable EGL support
|
||||
|
||||
The support for EGL is now stable, successfully running on PandaBoards, Mesa,
|
||||
ANGLE, Wayland, AMD EGL and others.
|
||||
|
||||
|
||||
@section news_30 New features in version 3.0
|
||||
|
||||
@subsection news_30_cmake CMake build system
|
||||
|
||||
Reference in New Issue
Block a user