|
-
Mar 11th, 2001, 02:59 PM
#1
Thread Starter
Junior Member
How do I determine if the user pressed both the left and right mouse buttons at the same time?
The catch is that I want to know this information from the MouseDown event, not the MouseMove event.
MouseDown - Button = the button which caused the event
MouseMove - Button = collective state of pressed buttons
It's the latter Button state that I want, but I do not want to have to use the MouseMove event?
Any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|