Merged clipboard code into input.

This commit is contained in:
Camilla Berglund
2014-09-09 16:26:57 +02:00
parent 66c3af7628
commit 8d170c7f47
13 changed files with 478 additions and 675 deletions
+2 -4
View File
@@ -38,8 +38,6 @@ extern "C" {
* Doxygen documentation
*************************************************************************/
/*! @defgroup clipboard Clipboard support
*/
/*! @defgroup context Context handling
*/
/*! @defgroup error Error handling
@@ -2418,7 +2416,7 @@ GLFWAPI const char* glfwGetJoystickName(int joy);
*
* @sa glfwGetClipboardString
*
* @ingroup clipboard
* @ingroup input
*/
GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
@@ -2442,7 +2440,7 @@ GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
*
* @sa glfwSetClipboardString
*
* @ingroup clipboard
* @ingroup input
*/
GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window);