简体   繁体   English

在Skype视频窗口中检测鼠标移动并单击

[英]Detect mouse movements and clicks in a Skype video window

I'm trying to figure out a way for my c# app to detect the mouse movements and clicks in a Skype window that is displaying video call. 我正在尝试为我的C#应用​​程序找到一种方法来检测鼠标移动并在显示视频通话的Skype窗口中单击。

I need to detect when the mouse is clicked on the Skype video and then get the coordinates of mouse. 我需要检测何时在Skype视频上单击鼠标,然后获取鼠标的坐标。

I will also need to detect the current size of the Skype window. 我还需要检测Skype窗口的当前大小。

You have to do some windows API calls 您必须执行一些Windows API调用

Things that will be useful: 有用的事情:

Skype window size and location Skype窗口大小和位置

MouseGetPos() MouseGetPos()

MouseDownEvent MouseDownEvent

MouseUpEvent MouseUpEvent

all of those can be achived by making windows API calls. 所有这些都可以通过调用Windows API来实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM