1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 22:57:25 -04:00

Remove trailing whitespace

This commit is contained in:
Camilla Löwy 2018-11-27 21:49:19 +01:00
parent f680001b95
commit bb2ca1da13

View File

@ -4600,7 +4600,7 @@ GLFWAPI const unsigned char* glfwGetJoystickButtons(int jid, int* count);
* Each element in the array is one of the following values: * Each element in the array is one of the following values:
* *
* Name | Value * Name | Value
* ---- | ----- * ---- | -----
* `GLFW_HAT_CENTERED` | 0 * `GLFW_HAT_CENTERED` | 0
* `GLFW_HAT_UP` | 1 * `GLFW_HAT_UP` | 1
* `GLFW_HAT_RIGHT` | 2 * `GLFW_HAT_RIGHT` | 2