Generic left mouse down click

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
ladin79
Posts: 19
Joined: Tue Nov 13, 2012 12:25 pm

Generic left mouse down click

Post 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.

AMitchneck
Posts: 137
Joined: Mon Jun 11, 2012 2:10 pm

Re: Generic left mouse down click

Post 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.
Adam M.
Controls Engineer
FlexEnergy

Post Reply