mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added mention of encoding to GLFWdropfun.
This commit is contained in:
parent
0b8cd09435
commit
d73e15d08f
@ -780,7 +780,7 @@ typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int);
|
|||||||
*
|
*
|
||||||
* @param[in] window The window that received the event.
|
* @param[in] window The window that received the event.
|
||||||
* @param[in] count The number of dropped objects.
|
* @param[in] count The number of dropped objects.
|
||||||
* @param[in] names The names of the dropped object.
|
* @param[in] names The UTF-8 encoded names of the dropped objects.
|
||||||
*
|
*
|
||||||
* @sa glfwSetDropCallback
|
* @sa glfwSetDropCallback
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user