qt中如何模拟按钮点击_qt – 在Windows中模拟鼠标按钮单击
生活随笔
收集整理的這篇文章主要介紹了
qt中如何模拟按钮点击_qt – 在Windows中模拟鼠标按钮单击
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
這是在C#中,但可能會(huì)幫助您了解一下:
[DllImport("user32.dll",CharSet=CharSet.Auto,CallingConvention=CallingConvention.StdCall)]
public static extern void mouse_event(long dwFlags,long dx,long dy,long cButtons,long dwExtraInfo);
private const int MOUSEEVENTF_LEFTDOWN = 0x02;
private const int MOUSEEVENTF_LEFTUP = 0x04;
private const int MOUSEEVENTF_RIGHTDOWN = 0x08;
private const int MOUSEEVENTF_RIGHTUP = 0x10;
public void DoMouseClick()
{
int X = Cursor.Position.X;
int Y = Cursor.Position.Y;
mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP,X,Y,0);
}
可能有用的資源:
總結(jié)
以上是生活随笔為你收集整理的qt中如何模拟按钮点击_qt – 在Windows中模拟鼠标按钮单击的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: uml活动图 各个功能的操作流程和分支_
- 下一篇: LPL春季赛明天下午开打 这两支强队的碰