quote:
Originally posted by CookieRevised
quote:
Originally posted by effection
here's my old mouse library with a few functions
nice, but I wouldn't use that.
You don't need (crappy) polling and checking every 100ms for the mouse position and creating timers for this, simply use PlusWnd::RegisterMessageNotification and listen to Windows Messages to create real events.
yeah i was in the middle of starting that when i stopped scripting, some day il maybe rewrite it