mirror of
https://github.com/glfw/glfw.git
synced 2025-04-13 08:43:01 +00:00
docs/window.dox: Fix typo
Signed-off-by: Eddie Ringle <eddie@eringle.net>
This commit is contained in:
parent
2200f87492
commit
d79be3f7fc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ and its handle becomes invalid.
|
|||
|
||||
Each window has a user pointer that can be set with @ref
|
||||
glfwSetWindowUserPointer and fetched with @ref glfwGetWindowUserPointer. This
|
||||
can be used for any purpose you need and will not modified by GLFW throughout
|
||||
can be used for any purpose you need and will not be modified by GLFW throughout
|
||||
the life-time of the window.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue