Log in

View Full Version : USB mouse messages


icsrimrich
04-30-2003, 02:18 PM
Hi all,

I'm developing an application which will be controlled via a USB mouse in PocketPC 2002. I'd like to use the following methods for control
* single click
* single click and hold
* double click
* double click and hold

I've got single click working, and hold etc, but if I use the WM_LBUTTONDBLCLK message, I get the single click message first. Does anyone know if the right mouse button messages are implemented as well (which I can use then instead of double clicking), or is it just left mouse button messages?

Thanks in advance,

Rich.