mirror of
https://github.com/glfw/glfw.git
synced 2024-12-03 07:17:10 +00:00
Remove accidentally duplicated function type definition.
This commit is contained in:
parent
ee4132b5cf
commit
1ed4c69550
@ -1714,29 +1714,6 @@ typedef void (* GLFWjoystickhatfun)(int,int,int);
|
||||
*/
|
||||
typedef void (* GLFWgamepadstatefun)(int, unsigned char buttons[15],
|
||||
float axes[6]);
|
||||
|
||||
|
||||
/*! @brief The function pointer type for Unicode character callbacks.
|
||||
*
|
||||
* This is the function pointer type for Unicode character callbacks.
|
||||
* A Unicode character callback function has the following signature:
|
||||
* @code
|
||||
* void function_name(GLFWwindow* window, unsigned int codepoint)
|
||||
* @endcode
|
||||
*
|
||||
* @param[in] window The window that received the event.
|
||||
* @param[in] codepoint The Unicode code point of the character.
|
||||
*
|
||||
* @sa @ref input_char
|
||||
* @sa @ref glfwSetCharCallback
|
||||
*
|
||||
* @since Added in version 2.4.
|
||||
* @glfw3 Added window handle parameter.
|
||||
*
|
||||
* @ingroup input
|
||||
*/
|
||||
typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int);
|
||||
|
||||
/*! @brief Video mode type.
|
||||
*
|
||||
* This describes a single video mode.
|
||||
|
Loading…
Reference in New Issue
Block a user