PDA

View Full Version : Finding mouse button status


PaddyDwyer
11-16-2005, 02:25 PM
Hi Every body,

If I have a mouse move event, is it possible to find out if the left mouse button is still in a depressed position?

Thanks

Paddy

PaddyDwyer
11-16-2005, 03:21 PM
I figured this out. I check the event.button and that tells me if no button is pressed down. Might have helped if I had looked at the api's.