Fix missing parameter name in docs

This commit is contained in:
Kovid Goyal 2019-09-22 19:39:22 +05:30
parent 40ce5db812
commit fe807dd66f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

2
glfw/glfw3.h vendored
View file

@ -1468,7 +1468,7 @@ typedef void (* GLFWscrollfun)(GLFWwindow*,double,double,int);
* @param[in] mods Bit field describing which [modifier keys](@ref mods) were
* held down.
* @param[in] text UTF-8 encoded text generated by this key event or empty string.
* @param[in] Used for Input Method events. Zero for normal key events.
* @param[in] status Used for Input Method events. Zero for normal key events.
* A value of 1 means the pre-edit text for the input event has been changed.
* A value of 2 means the text should be committed.
*