diff --git a/docs/input.dox b/docs/input.dox index 8f069a7e..84978bd0 100644 --- a/docs/input.dox +++ b/docs/input.dox @@ -583,7 +583,7 @@ const unsigned char* hats = glfwGetJoystickHats(GLFW_JOYSTICK_7, &count); Each element in the returned array is one of the following: Name | Value ---------------------- | -------------------------------- +---- | ----- `GLFW_HAT_CENTERED` | 0 `GLFW_HAT_UP` | 1 `GLFW_HAT_RIGHT` | 2 diff --git a/docs/window.dox b/docs/window.dox index 355a74e8..f3012784 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -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. Video mode field | Corresponds to ------------------------ | ------------------------ +---------------- | -------------- GLFWvidmode.width | `width` parameter GLFWvidmode.height | `height` parameter GLFWvidmode.redBits | @ref GLFW_RED_BITS hint diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index d674cd63..993222ff 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -4600,7 +4600,7 @@ GLFWAPI const unsigned char* glfwGetJoystickButtons(int jid, int* count); * Each element in the array is one of the following values: * * Name | Value - * --------------------- | -------------------------------- + * ---- | ----- * `GLFW_HAT_CENTERED` | 0 * `GLFW_HAT_UP` | 1 * `GLFW_HAT_RIGHT` | 2