mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
Formatting.
This commit is contained in:
parent
bf1ada029b
commit
1214fa1157
@ -576,8 +576,8 @@ GLFWAPI int glfwGetJoystickPos(int joy, float* pos, int numaxes);
|
|||||||
GLFWAPI int glfwGetJoystickButtons(int joy, unsigned char* buttons, int numbuttons);
|
GLFWAPI int glfwGetJoystickButtons(int joy, unsigned char* buttons, int numbuttons);
|
||||||
|
|
||||||
/* Clipboard */
|
/* Clipboard */
|
||||||
GLFWAPI void glfwSetClipboardString(GLFWwindow window, const char* data);
|
GLFWAPI void glfwSetClipboardString(GLFWwindow window, const char* string);
|
||||||
GLFWAPI size_t glfwGetClipboardString(GLFWwindow window, char* data, size_t size);
|
GLFWAPI size_t glfwGetClipboardString(GLFWwindow window, char* string, size_t size);
|
||||||
|
|
||||||
/* Time */
|
/* Time */
|
||||||
GLFWAPI double glfwGetTime(void);
|
GLFWAPI double glfwGetTime(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user