Fix Markdown table heads

master
Camilla Löwy ago%!(EXTRA string=7 years)
parent a9892acb94
commit 9bfdd218fb
  1. 2
      docs/input.dox
  2. 2
      docs/window.dox
  3. 2
      include/GLFW/glfw3.h

@ -583,7 +583,7 @@ const unsigned char* hats = glfwGetJoystickHats(GLFW_JOYSTICK_7, &count);
Each element in the returned array is one of the following: Each element in the returned array is one of the following:
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

@ -68,7 +68,7 @@ set for the chosen monitor as long as the window has input focus. For more
information about retrieving video modes, see @ref monitor_modes. information about retrieving video modes, see @ref monitor_modes.
Video mode field | Corresponds to Video mode field | Corresponds to
----------------------- | ------------------------ ---------------- | --------------
GLFWvidmode.width | `width` parameter GLFWvidmode.width | `width` parameter
GLFWvidmode.height | `height` parameter GLFWvidmode.height | `height` parameter
GLFWvidmode.redBits | @ref GLFW_RED_BITS hint GLFWvidmode.redBits | @ref GLFW_RED_BITS hint

@ -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

Loading…
Cancel
Save