桌面上的Qt MouseEvent模拟

时间:2011-05-20 06:50:12

标签: windows qt mouseevent

我正在通过网络获取MouseEvent并通过postEvent而不是正常工作

QApplication::postEvent(DG::Util::_desktopWidget, ev);

DG :: Util :: _ desktopWidget正在_init

中初始化
QDesktopWidget* desktopWidget = new QDesktopWidget;//desktopWidget  is local
DG::Util::_desktopWidget = desktopWidget->screen(desktopWidget->primaryScreen());

1 个答案:

答案 0 :(得分:0)

您是否检查过您从网络收到的事件(ev)是否有效?

无论如何,请尝试使用QApplication::sendEvent