Explorar o código

Added mention of encoding to GLFWdropfun.

Camilla Berglund %!s(int64=11) %!d(string=hai) anos
pai
achega
d73e15d08f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/GLFW/glfw3.h

+ 1 - 1
include/GLFW/glfw3.h

@@ -780,7 +780,7 @@ typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int);
  *
  *  @param[in] window The window that received the event.
  *  @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
  *