mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Fix a fast click, move mouse, click sequence causing the first click event to be discarded
Fix #4603
This commit is contained in:
@@ -105,6 +105,7 @@ typedef struct {
|
||||
monotonic_t at;
|
||||
int button, modifiers;
|
||||
double x, y;
|
||||
unsigned long num;
|
||||
} Click;
|
||||
|
||||
#define CLICK_QUEUE_SZ 3
|
||||
|
||||
Reference in New Issue
Block a user