记录光标在每个屏幕中最后停留的位置
This commit is contained in:
@@ -153,6 +153,7 @@ void set_window_tag(xcb_window_t window, client_tag_info_t *client_info);
|
||||
void remove_window_tag(xcb_window_t window);
|
||||
|
||||
bool get_pointer_position(int32_t *x, int32_t *y);
|
||||
void set_pointer_position(int32_t x, int32_t y);
|
||||
|
||||
/**
|
||||
* @brief 非阻塞检查特定事件掩码(模拟 XCheckMaskEvent)
|
||||
|
||||
Reference in New Issue
Block a user