mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +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
|
void
|
||||||
hide_mouse(OSWindow *w) {
|
hide_mouse(OSWindow *w) {
|
||||||
glfwSetInputMode(w->handle, GLFW_CURSOR, GLFW_CURSOR_HIDDEN);
|
glfwSetInputMode(w->handle, GLFW_CURSOR, GLFW_CURSOR_HIDDEN);
|
||||||
|
w->mouse_activate_deadline = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user