Re: Absolute mouse position

2022-09-19 Thread JiDe Zhang
This sounds like Synergy I've used, which monitor to the mouse position to know if the mouse has moved to edges of the screen, to control the mouse apply to another device's screen. From: wayland-devel on behalf of Jonas Ã…dahl Sent: Monday, September 19, 2022 1

Re: Window positions under wayland

2022-08-08 Thread JiDe Zhang
maintain its current design goals. --JiDe Zhang -- linuxdeepin.

Re: Window positions under wayland

2022-08-08 Thread JiDe Zhang
. wl_shell_surface_request_anchors(window_anchors->bottom, screen_anchors->top, 10); } } I think this interface that is not setting absolute coordinates will be more friendly for the application, most similar needs can be solved using this like interface. Do you think so and do y