Add glfwGetKeyboardRepeatDelay() to the GLFW API for X11, Wayland and Cocoa

Co-authored-by: kovidgoyal <1308621+kovidgoyal@users.noreply.github.com>
Agent-Logs-Url: https://github.com/kovidgoyal/kitty/sessions/4765810b-ecf5-4348-ae3a-ff0ff481aaae
This commit is contained in:
copilot-swe-agent[bot]
2026-03-23 11:46:35 +00:00
parent 23b5e44ce5
commit 998ee22ecb
10 changed files with 43 additions and 0 deletions

1
glfw/internal.h vendored
View File

@@ -745,6 +745,7 @@ void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window,
void _glfwPlatformGetWindowContentScale(_GLFWwindow* window,
float* xscale, float* yscale);
monotonic_t _glfwPlatformGetDoubleClickInterval(_GLFWwindow* window);
monotonic_t _glfwPlatformGetKeyboardRepeatDelay(void);
void _glfwPlatformIconifyWindow(_GLFWwindow* window);
void _glfwPlatformRestoreWindow(_GLFWwindow* window);
void _glfwPlatformMaximizeWindow(_GLFWwindow* window);