|
-
Feb 14th, 2003, 04:05 AM
#8
Frenzied Member
In general polling the mouse key state with a timer is not a great idea as it will only fire if the state changed when the timer fires - if the mouse is clicked down then up before the timer fires this event will be missed.
If you don't want to use the dll (which is free and includes full source) I recommend you read up MSDN on installing a WH_JOURNALRECORD hook...
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
|