Remove unneeded axis event timestamp

This commit is contained in:
Kovid Goyal
2026-01-05 20:13:33 +05:30
parent e825005861
commit 32f7f8d321
3 changed files with 11 additions and 12 deletions

2
glfw/internal.h vendored
View File

@@ -885,7 +885,7 @@ void _glfwPlatformRemoveTimer(unsigned long long timer_id);
int _glfwPlatformSetWindowBlur(_GLFWwindow* handle, int value);
MonitorGeometry _glfwPlatformGetMonitorGeometry(_GLFWmonitor* monitor);
bool _glfwPlatformGrabKeyboard(bool grab);
void glfw_handle_scroll_event_for_momentum(_GLFWwindow *w, const GLFWScrollEvent *ev, monotonic_t timestamp, bool stopped, bool is_finger_based);
void glfw_handle_scroll_event_for_momentum(_GLFWwindow *w, const GLFWScrollEvent *ev, bool stopped, bool is_finger_based);
char* _glfw_strdup(const char* source);