Minor grammar correction
This commit is contained in:
parent
96f691ad64
commit
b6ee88056e
4
glfw/glfw3.h
vendored
4
glfw/glfw3.h
vendored
@ -1543,8 +1543,8 @@ typedef void (* GLFWcursorenterfun)(GLFWwindow*,int);
|
|||||||
* @param[in] xoffset The scroll offset along the x-axis.
|
* @param[in] xoffset The scroll offset along the x-axis.
|
||||||
* @param[in] yoffset The scroll offset along the y-axis.
|
* @param[in] yoffset The scroll offset along the y-axis.
|
||||||
* @param[in] flags A bit-mask providing extra data about the event.
|
* @param[in] flags A bit-mask providing extra data about the event.
|
||||||
* flags & 1 will be true if and only if the offset values are "high-precision".
|
* flags & 1 will be true if and only if the offset values are "high-precision",
|
||||||
* Typically pixel values. Otherwise the offset values are number of lines.
|
* typically pixel values. Otherwise the offset values are number of lines.
|
||||||
* (flags >> 1) & 7 will have value 1 for the start of momentum scrolling,
|
* (flags >> 1) & 7 will have value 1 for the start of momentum scrolling,
|
||||||
* value 2 for stationary momentum scrolling, value 3 for momentum scrolling
|
* value 2 for stationary momentum scrolling, value 3 for momentum scrolling
|
||||||
* in progress, value 4 for momentum scrolling ended, value 5 for momentum
|
* in progress, value 4 for momentum scrolling ended, value 5 for momentum
|
||||||
|
|||||||
4
kitty/glfw-wrapper.h
generated
4
kitty/glfw-wrapper.h
generated
@ -1303,8 +1303,8 @@ typedef void (* GLFWcursorenterfun)(GLFWwindow*,int);
|
|||||||
* @param[in] xoffset The scroll offset along the x-axis.
|
* @param[in] xoffset The scroll offset along the x-axis.
|
||||||
* @param[in] yoffset The scroll offset along the y-axis.
|
* @param[in] yoffset The scroll offset along the y-axis.
|
||||||
* @param[in] flags A bit-mask providing extra data about the event.
|
* @param[in] flags A bit-mask providing extra data about the event.
|
||||||
* flags & 1 will be true if and only if the offset values are "high-precision".
|
* flags & 1 will be true if and only if the offset values are "high-precision",
|
||||||
* Typically pixel values. Otherwise the offset values are number of lines.
|
* typically pixel values. Otherwise the offset values are number of lines.
|
||||||
* (flags >> 1) & 7 will have value 1 for the start of momentum scrolling,
|
* (flags >> 1) & 7 will have value 1 for the start of momentum scrolling,
|
||||||
* value 2 for stationary momentum scrolling, value 3 for momentum scrolling
|
* value 2 for stationary momentum scrolling, value 3 for momentum scrolling
|
||||||
* in progress, value 4 for momentum scrolling ended, value 5 for momentum
|
* in progress, value 4 for momentum scrolling ended, value 5 for momentum
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user