简体   繁体   中英

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.

I need to detect when the mouse is clicked on the Skype video and then get the coordinates of mouse.

I will also need to detect the current size of the Skype window.

You have to do some windows API calls

Things that will be useful:

Skype window size and location

MouseGetPos()

MouseDownEvent

MouseUpEvent

all of those can be achived by making windows API calls.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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