记录光标在每个屏幕中最后停留的位置

This commit is contained in:
2025-09-02 16:27:45 +08:00
parent 6719ccca2b
commit ac91ebbed3
8 changed files with 75 additions and 16 deletions

View File

@@ -100,6 +100,7 @@ typedef struct motion_notify_event_t {
xcb_window_t window;
int32_t x;
int32_t y;
uint32_t time; /* 时间戳单位ms */
} motion_notify_event_t;
typedef struct enter_notify_event_t {