mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 01:55:53 +02:00
Made character unsigned.
This commit is contained in:
@@ -687,7 +687,7 @@ typedef void (* GLFWkeyfun)(GLFWwindow*,int,int);
|
||||
*
|
||||
* @sa glfwSetCharCallback
|
||||
*/
|
||||
typedef void (* GLFWcharfun)(GLFWwindow*,int);
|
||||
typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int);
|
||||
|
||||
/*! @brief The function signature for monitor configuration callbacks.
|
||||
* @param[in] monitor The monitor that was connected or disconnected.
|
||||
|
||||
Reference in New Issue
Block a user