mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05:00
Fixed documentation copypaste error.
This commit is contained in:
parent
ae8393c06e
commit
a89a02ff85
|
@ -360,7 +360,7 @@ The callback function receives the new position of the upper-left corner of its
|
||||||
client area.
|
client area.
|
||||||
|
|
||||||
@code
|
@code
|
||||||
void window_size_callback(GLFWwindow* window, int xpos, int ypos)
|
void window_pos_callback(GLFWwindow* window, int xpos, int ypos)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user