mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Formatting.
This commit is contained in:
+2
-2
@@ -581,8 +581,8 @@ GLFWAPI int glfwGetJoystickPos(int joy, float* pos, int numaxes);
|
||||
GLFWAPI int glfwGetJoystickButtons(int joy, unsigned char* buttons, int numbuttons);
|
||||
|
||||
/* Clipboard */
|
||||
GLFWAPI void glfwSetClipboardData(void *data, size_t size, int format);
|
||||
GLFWAPI size_t glfwGetClipboardData(void *data, size_t size, int format);
|
||||
GLFWAPI void glfwSetClipboardData(void* data, size_t size, int format);
|
||||
GLFWAPI size_t glfwGetClipboardData(void* data, size_t size, int format);
|
||||
|
||||
/* Time */
|
||||
GLFWAPI double glfwGetTime(void);
|
||||
|
||||
Reference in New Issue
Block a user