mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added cursor crossing callback to news.
This commit is contained in:
parent
dbef5ea46b
commit
2cc2e8acd7
@ -117,6 +117,12 @@ Windows now have a callback for focus events, which is set with @ref
|
|||||||
glfwSetWindowFocusCallback.
|
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
|
@subsection news_30_wndtitle Initial window title
|
||||||
|
|
||||||
The title of a window is now specified at creation time, as one of the arguments
|
The title of a window is now specified at creation time, as one of the arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user