Wayland全球指针位置

时间:2019-07-06 18:40:14

标签: linux gesture gnome gesture-recognition wayland

有什么方法可以在Wayland中获取指针(鼠标)坐标,AFAIK Wayland不允许在应用程序窗口之外获取指针位置。

关于跟踪手势的指针坐标的守护程序。

我有点想为gnome Wayland做类似kde鼠标手势或easystroke(xorg)的事情。

1 个答案:

答案 0 :(得分:0)

我认为您需要研究evdev程序,尽管如今很难找到它的来源。

对于初学者来说,请在此处查看以下网址:https://en.wikipedia.org/wiki/Evdev

xev的来源也可能具有指导意义:https://github.com/freedesktop/xevhttps://github.com/practicalswift/osx/tree/master/src/x11apps/xev/xev-1.1.0

Xev应该在Wayland工作。