mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 02:31:46 +00:00
Add note about non-magic boolean values
This commit is contained in:
parent
37b10d1a0e
commit
ce52210832
@ -68,6 +68,8 @@ if (!glfwInit())
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
|
Note that `GLFW_TRUE` and `GLFW_FALSE` are and will always be just one and zero.
|
||||||
|
|
||||||
When you are done using GLFW, typically just before the application exits, you
|
When you are done using GLFW, typically just before the application exits, you
|
||||||
need to terminate GLFW.
|
need to terminate GLFW.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user