标签: c++ mouseevent mouse x11
我使用XQueryPointer和XWarpPointer模拟点击和移动操作。我想模拟拖动动作,但我找不到办法。我怎么能在linux机器上做?
XQueryPointer
XWarpPointer
答案 0 :(得分:0)
使用xtest扩展程序 - 使用XTestFakeButtonEvent / XTestFakeMotionEvent模拟初始鼠标按下+鼠标移动事件+鼠标移动
XTestFakeButtonEvent
XTestFakeMotionEvent
答案 1 :(得分:0)
如果你不限于c ++,你也可以使用xdotool。这是命令行工具。对于拖动,您可以发送按钮,移动,按钮事件。