mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Merge branch 'upstream' of https://github.com/irisjae/kitty
This commit is contained in:
@@ -1938,6 +1938,7 @@ set_os_window_title(OSWindow *w, const char *title) {
|
||||
void
|
||||
hide_mouse(OSWindow *w) {
|
||||
glfwSetInputMode(w->handle, GLFW_CURSOR, GLFW_CURSOR_HIDDEN);
|
||||
w->mouse_activate_deadline = -1;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user