mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 01:54:01 +00:00
Remove GLFW_TRUE in comment
In 55ad228166 I forgot to replace `GLFW_TRUE` with `true` in a comment.
This commit is contained in:
parent
c7c14f184c
commit
e2be09e028
1 changed files with 1 additions and 1 deletions
2
glfw/glfw3.h
vendored
2
glfw/glfw3.h
vendored
|
|
@ -4199,7 +4199,7 @@ GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
|
|||
* GLFW_MOD_CAPS_LOCK bit set when the event was generated with Caps Lock on,
|
||||
* and the @ref GLFW_MOD_NUM_LOCK bit when Num Lock was on.
|
||||
*
|
||||
* If the mode is `GLFW_RAW_MOUSE_MOTION`, the value must be either `GLFW_TRUE`
|
||||
* If the mode is `GLFW_RAW_MOUSE_MOTION`, the value must be either `true`
|
||||
* to enable raw (unscaled and unaccelerated) mouse motion when the cursor is
|
||||
* disabled, or `false` to disable it. If raw motion is not supported,
|
||||
* attempting to set this will emit @ref GLFW_FEATURE_UNAVAILABLE. Call @ref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue