Page 1 of 1

Generic left mouse down click

Posted: Mon Feb 13, 2017 2:28 am
by ladin79
Hi,
Could someone suggest a way to capture the "generic" left mouse down event, not the event related to an object but simply an event that will be fire every time the left mouse button will be clicked.

Thanks.

Re: Generic left mouse down click

Posted: Mon Feb 13, 2017 10:17 am
by AMitchneck
The only way to do this is by using message hooks. To give the answer from Stack Overflow, http://stackoverflow.com/questions/7497 ... use-clicks. Just to note, if you are using Windows CE based HMI you will need to replace dll references with core.dll.