标签: c++ scroll mouseevent mousewheel
我尝试用linux中的c ++伪造鼠标滚轮滚动,我已经可以假装左,右和滚动点击:
XTestFakeButtonEvent(display_p_m, 1, True, CurrentTime);
但是我找不到任何可以伪造滚动动作的东西,我已经尝试改变XTestFakeButtonEvent的第二个参数,如下所述:relative Stackoverflow subject
那么,如何实现这种效果呢?